commit | 0cdc6c8cd94cad4407e38db5975715fb67c71fb7 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Tue Nov 13 10:19:08 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | Tue Nov 13 10:19:08 2007 +0000 |
tree | 78d41ce3baa549e11852e56a42fdfbc85a4ba065 | |
parent | c557df42ed89913dd35536fcb30621d64c4ab0e6 [diff] [blame] |
Merging PHP transport changes from www trunk to thrift trunk Summary: Some empty() fixes, plus a few other socket helpers Reviewed By: lucas Test Plan: Use the transports to make IPC calls! git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665331 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/php/src/transport/TPhpStream.php b/lib/php/src/transport/TPhpStream.php index 03837a8..d4646f1 100644 --- a/lib/php/src/transport/TPhpStream.php +++ b/lib/php/src/transport/TPhpStream.php
@@ -50,7 +50,7 @@ } } } - + public function close() { if ($this->read_) { @fclose($this->inStream_);