summaryrefslogtreecommitdiff
path: root/php/src/IcePHP/Communicator.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2013-02-14 13:24:14 -0330
committerDwayne Boone <dwayne@zeroc.com>2013-02-14 13:24:14 -0330
commit40043be69d84f9a82f77d32b0232e09a19fd88e6 (patch)
tree7b412089046b70c7f72f1b779d75f00e6e3cb52c /php/src/IcePHP/Communicator.cpp
parentICE-5238 install does not work with MinGW (diff)
downloadice-40043be69d84f9a82f77d32b0232e09a19fd88e6.tar.bz2
ice-40043be69d84f9a82f77d32b0232e09a19fd88e6.tar.xz
ice-40043be69d84f9a82f77d32b0232e09a19fd88e6.zip
ICE-5235 IcePHP does not compile on Windows
Diffstat (limited to 'php/src/IcePHP/Communicator.cpp')
-rw-r--r--php/src/IcePHP/Communicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/src/IcePHP/Communicator.cpp b/php/src/IcePHP/Communicator.cpp
index 0b4abcb36b0..1ab321c6126 100644
--- a/php/src/IcePHP/Communicator.cpp
+++ b/php/src/IcePHP/Communicator.cpp
@@ -917,7 +917,7 @@ ZEND_FUNCTION(Ice_initialize)
}
}
- initData.compactIdResolver = new IdResolver;
+ initData.compactIdResolver = new IdResolver(TSRMLS_C);
CommunicatorInfoIPtr info = initializeCommunicator(return_value, seq, hasArgs, initData TSRMLS_CC);
if(!info)