Author: jfarrell
Date: Wed Apr 20 15:23:26 2011
New Revision: 1095434
URL: http://svn.apache.org/viewvc?rev=1095434&view=rev
Log:
Thrift-1152: attributes from private to protected
patch: jfarrell
clent: php
Changing the TForkingServer children_ from private to protected
Modified:
thrift/trunk/lib/php/src/server/TForkingServer.php
Modified: thrift/trunk/lib/php/src/server/TForkingServer.php
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/php/src/server/TForkingServer.php?rev=1095434&r1=1095433&r2=1095434&view=diff
==============================================================================
--- thrift/trunk/lib/php/src/server/TForkingServer.php (original)
+++ thrift/trunk/lib/php/src/server/TForkingServer.php Wed Apr 20 15:23:26 2011
@@ -20,7 +20,7 @@ class TForkingServer extends TServer {
*
* @var array
*/
- private $children_ = array();
+ protected $children_ = array();
/**
* Listens for new client using the supplied