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:
b891145
)
THRIFT-1144: PHP client Attributes from private to protected
author
Jake Farrell
<jfarrell@apache.org>
Wed, 13 Apr 2011 19:42:35 +0000
(19:42 +0000)
committer
Jake Farrell
<jfarrell@apache.org>
Wed, 13 Apr 2011 19:42:35 +0000
(19:42 +0000)
Updating private variable for persistant connections in TSocket to protected.
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1091897
13f79535
-47bb-0310-9956-
ffa450edef68
lib/php/src/transport/TSocket.php
patch
|
blob
|
history
diff --git
a/lib/php/src/transport/TSocket.php
b/lib/php/src/transport/TSocket.php
index
f713016
..
daf9020
100644
(file)
--- a/
lib/php/src/transport/TSocket.php
+++ b/
lib/php/src/transport/TSocket.php
@@
-90,7
+90,7
@@
class TSocket extends TTransport {
*
* @var bool
*/
- pr
ivate
$persist_ = FALSE;
+ pr
otected
$persist_ = FALSE;
/**
* Debugging on?