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