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:
680114d
)
Thrift-1152: attributes from private to protected
author
Jake Farrell
<jfarrell@apache.org>
Wed, 20 Apr 2011 15:23:26 +0000
(15:23 +0000)
committer
Jake Farrell
<jfarrell@apache.org>
Wed, 20 Apr 2011 15:23:26 +0000
(15:23 +0000)
patch: jfarrell
clent: php
Changing the TForkingServer children_ from private to protected
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1095434
13f79535
-47bb-0310-9956-
ffa450edef68
lib/php/src/server/TForkingServer.php
patch
|
blob
|
history
diff --git
a/lib/php/src/server/TForkingServer.php
b/lib/php/src/server/TForkingServer.php
index
10635d0
..
e2370cb
100644
(file)
--- a/
lib/php/src/server/TForkingServer.php
+++ b/
lib/php/src/server/TForkingServer.php
@@
-20,7
+20,7
@@
class TForkingServer extends TServer {
*
* @var array
*/
- pr
ivate
$children_ = array();
+ pr
otected
$children_ = array();
/**
* Listens for new client using the supplied