Thrift-1152: attributes from private to protected
authorJake Farrell <jfarrell@apache.org>
Wed, 20 Apr 2011 15:23:26 +0000 (15:23 +0000)
committerJake 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

index 10635d0..e2370cb 100644 (file)
@@ -20,7 +20,7 @@ class TForkingServer extends TServer {
    *
    * @var array
    */
-  private $children_ = array();
+  protected $children_ = array();
 
   /**
    * Listens for new client using the supplied