summaryrefslogtreecommitdiff
path: root/php/src/php7/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'php/src/php7/Connection.h')
-rw-r--r--php/src/php7/Connection.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/php/src/php7/Connection.h b/php/src/php7/Connection.h
index adb29df586b..474bc639655 100644
--- a/php/src/php7/Connection.h
+++ b/php/src/php7/Connection.h
@@ -15,6 +15,11 @@
namespace IcePHP
{
+//
+// Class entry.
+//
+extern zend_class_entry* connectionClassEntry;
+
bool connectionInit(void);
bool createConnection(zval*, const Ice::ConnectionPtr&);