From 5fd8b29a1981d2d4f7c4e9925729fbe9f1c558bb Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 17 Jan 2015 22:19:08 +0100 Subject: added initial implementation for registering constants --- zend/extensionimpl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zend/extensionimpl.h') diff --git a/zend/extensionimpl.h b/zend/extensionimpl.h index 0e9a289..a2a3a44 100644 --- a/zend/extensionimpl.h +++ b/zend/extensionimpl.h @@ -91,9 +91,10 @@ public: private: /** * Initialize the namespace after it was registered + * @param module_number * @param tsrm_ls */ - void initialize(TSRMLS_D); + void initialize(int module_number TSRMLS_DC); /** * Function that is called when the extension initializes -- cgit v1.2.3