summaryrefslogtreecommitdiff
path: root/zend/extensionimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'zend/extensionimpl.h')
-rw-r--r--zend/extensionimpl.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/zend/extensionimpl.h b/zend/extensionimpl.h
index 83deb36..3a0fc63 100644
--- a/zend/extensionimpl.h
+++ b/zend/extensionimpl.h
@@ -106,8 +106,17 @@ private:
* Initialize the namespace after it was registered
* @param module_number
* @param tsrm_ls
+ * @return bool
+ */
+ bool initialize(int module_number TSRMLS_DC);
+
+ /**
+ * Shutdown the extension
+ * @param module_number
+ * @param tsrm_ls
+ * @return bool
*/
- void initialize(int module_number TSRMLS_DC);
+ bool shutdown(int module_number TSRMLS_DC);
/**
* Function that is called when the extension initializes