summaryrefslogtreecommitdiff
path: root/src/classimpl.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-03 13:49:50 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-03 13:49:50 +0200
commit8ce7055ebfbd28f283e08eb822980a7f4641c0cd (patch)
tree753ed7fed0c6dd1a8a048c8d094f593f76ac06d2 /src/classimpl.cpp
parent09cab951e9b2b0891fe6a9e9a95dac4e016b3b9b (diff)
fixes TSRMLS compile issues
Diffstat (limited to 'src/classimpl.cpp')
-rw-r--r--src/classimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classimpl.cpp b/src/classimpl.cpp
index 521affa..98130dc 100644
--- a/src/classimpl.cpp
+++ b/src/classimpl.cpp
@@ -1406,7 +1406,7 @@ void ClassImpl::initialize(ClassBase *base, const std::string &prefix TSRMLS_DC)
for (auto &interface : _interfaces)
{
// register this interface
- zend_class_implements(_entry, 1, interface->_entry);
+ zend_class_implements(_entry TSRMLS_CC, 1, interface->_entry);
}
// allocate doc comment to contain an empty string + a hidden pointer