THRIFT-1144: PHP client Attributes from private to protected

Updating private variable for persistant connections in TSocket to protected.


git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1091897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jake Farrell 2011-04-13 19:42:35 +00:00
parent b891145894
commit 10ed8e814f

View File

@ -90,7 +90,7 @@ class TSocket extends TTransport {
*
* @var bool
*/
private $persist_ = FALSE;
protected $persist_ = FALSE;
/**
* Debugging on?