THRIFT-1144: PHP client Attributes from private to protected
authorJake Farrell <jfarrell@apache.org>
Wed, 13 Apr 2011 19:42:35 +0000 (19:42 +0000)
committerJake Farrell <jfarrell@apache.org>
Wed, 13 Apr 2011 19:42:35 +0000 (19:42 +0000)
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

lib/php/src/transport/TSocket.php

index f713016..daf9020 100644 (file)
@@ -90,7 +90,7 @@ class TSocket extends TTransport {
    *
    * @var bool
    */
-  private $persist_ = FALSE;
+  protected $persist_ = FALSE;
 
   /**
    * Debugging on?