summaryrefslogtreecommitdiff
path: root/php/src/php5
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-09-14 14:22:22 +0200
committerJose <jose@zeroc.com>2017-09-14 14:22:22 +0200
commitf3dbd07152c52f7d032c1e855e1c1eea764304d9 (patch)
tree7ad9fcd13aa5a2b306f1a6d1953bc9bf433f0e13 /php/src/php5
parentAdded test for Ice::Connection setHeartbeatCallback/setCloseCallback (ICE-8012) (diff)
downloadice-f3dbd07152c52f7d032c1e855e1c1eea764304d9.tar.bz2
ice-f3dbd07152c52f7d032c1e855e1c1eea764304d9.tar.xz
ice-f3dbd07152c52f7d032c1e855e1c1eea764304d9.zip
Fixed Ice for PHP build failure
Diffstat (limited to 'php/src/php5')
-rw-r--r--php/src/php5/Communicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/php5/Communicator.cpp b/php/src/php5/Communicator.cpp
index 77c33a50506..04c8f686fb2 100644
--- a/php/src/php5/Communicator.cpp
+++ b/php/src/php5/Communicator.cpp
@@ -2028,7 +2028,7 @@ IcePHP::DefaultValueFactory::destroy(TSRMLS_D)
{
if(_delegate)
{
- _delegate->destroy();
+ _delegate->destroy(TSRMLS_C);
_delegate = 0;
}
_info = 0;