summaryrefslogtreecommitdiff
path: root/src/classimpl.cpp
diff options
context:
space:
mode:
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