Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9a89f9b
)
Ooops function __construct not just __construct
author
Mark Slee
<mcslee@apache.org>
Thu, 21 Sep 2006 01:26:28 +0000
(
01:26
+0000)
committer
Mark Slee
<mcslee@apache.org>
Thu, 21 Sep 2006 01:26:28 +0000
(
01:26
+0000)
Reviewed By: lucas
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664801
13f79535
-47bb-0310-9956-
ffa450edef68
lib/php/src/transport/TFramedTransport.php
patch
|
blob
|
history
diff --git
a/lib/php/src/transport/TFramedTransport.php
b/lib/php/src/transport/TFramedTransport.php
index
2d41b40
..
2184660
100644
(file)
--- a/
lib/php/src/transport/TFramedTransport.php
+++ b/
lib/php/src/transport/TFramedTransport.php
@@
-35,7
+35,7
@@
class TFramedTransport extends TTransport {
*
* @param TTransport $transport Underlying transport
*/
- public __construct($transport=null) {
+ public
function
__construct($transport=null) {
$this->transport_ = $transport;
}