commit | ebf0bec6707b9154f0ceb4f7b268bdbfee36e464 | [log] [tgz] |
---|---|---|
author | Jake Farrell <jfarrell@apache.org> | Wed Apr 20 15:23:26 2011 +0000 |
committer | Jake Farrell <jfarrell@apache.org> | Wed Apr 20 15:23:26 2011 +0000 |
tree | 3290762f43af49b64a2b201932f2985710b38c5b | |
parent | 680114defb1ce478a0adf98606d427cea76fcff5 [diff] |
Thrift-1152: attributes from private to protected 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
diff --git a/lib/php/src/server/TForkingServer.php b/lib/php/src/server/TForkingServer.php index 10635d0..e2370cb 100644 --- a/lib/php/src/server/TForkingServer.php +++ b/lib/php/src/server/TForkingServer.php
@@ -20,7 +20,7 @@ * * @var array */ - private $children_ = array(); + protected $children_ = array(); /** * Listens for new client using the supplied