mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
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:
parent
b891145894
commit
10ed8e814f
@ -90,7 +90,7 @@ class TSocket extends TTransport {
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
private $persist_ = FALSE;
|
||||
protected $persist_ = FALSE;
|
||||
|
||||
/**
|
||||
* Debugging on?
|
||||
|
Loading…
Reference in New Issue
Block a user