diff options
author | Jose <jose@zeroc.com> | 2017-09-14 14:22:22 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-09-14 14:22:22 +0200 |
commit | f3dbd07152c52f7d032c1e855e1c1eea764304d9 (patch) | |
tree | 7ad9fcd13aa5a2b306f1a6d1953bc9bf433f0e13 /php/src | |
parent | Added test for Ice::Connection setHeartbeatCallback/setCloseCallback (ICE-8012) (diff) | |
download | ice-f3dbd07152c52f7d032c1e855e1c1eea764304d9.tar.bz2 ice-f3dbd07152c52f7d032c1e855e1c1eea764304d9.tar.xz ice-f3dbd07152c52f7d032c1e855e1c1eea764304d9.zip |
Fixed Ice for PHP build failure
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/php5/Communicator.cpp | 2 |
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; |