From: Jake Farrell Date: Wed, 20 Apr 2011 15:23:26 +0000 (+0000) Subject: Thrift-1152: attributes from private to protected X-Git-Tag: 0.7.0~102 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=ebf0bec6707b9154f0ceb4f7b268bdbfee36e464;p=common%2Fthrift.git 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 10635d08..e2370cb0 100644 --- a/lib/php/src/server/TForkingServer.php +++ b/lib/php/src/server/TForkingServer.php @@ -20,7 +20,7 @@ class TForkingServer extends TServer { * * @var array */ - private $children_ = array(); + protected $children_ = array(); /** * Listens for new client using the supplied