From c3f44e70ea6a8c9bd16281f4b7e2bcd8f7bae47f Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Wed, 31 Jan 2018 17:21:12 +0100 Subject: Added support for ice_fixed, ice_getTimeout, ice_getCompress methods (ICE-7996 & ICE-7976) --- php/src/php5/Connection.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php/src/php5/Connection.cpp') diff --git a/php/src/php5/Connection.cpp b/php/src/php5/Connection.cpp index bdec7d1264b..9718c576cb9 100644 --- a/php/src/php5/Connection.cpp +++ b/php/src/php5/Connection.cpp @@ -21,8 +21,12 @@ ZEND_EXTERN_MODULE_GLOBALS(ice) // // Class entries represent the PHP class implementations we have registered. // -static zend_class_entry* connectionClassEntry = 0; +namespace IcePHP +{ + +zend_class_entry* connectionClassEntry = 0; +} static zend_class_entry* connectionInfoClassEntry = 0; static zend_class_entry* ipConnectionInfoClassEntry = 0; static zend_class_entry* tcpConnectionInfoClassEntry = 0; -- cgit v1.2.3