summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-29 11:28:09 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-10-29 11:28:09 +0100
commit919bd3eb0cafb33c6002c32c5458392093700d68 (patch)
tree98558fbedf167783f7b7e11dae3aca8ac04e3e2a
parent31ada13463f02e3b64f15a24f4331c865b37ac1e (diff)
downloadphp-git-919bd3eb0cafb33c6002c32c5458392093700d68.tar.gz
Enable shared builds for webhelper
-rw-r--r--phpdbg_rinit_hook.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpdbg_rinit_hook.c b/phpdbg_rinit_hook.c
index 049a782d9d..acbdfb6f25 100644
--- a/phpdbg_rinit_hook.c
+++ b/phpdbg_rinit_hook.c
@@ -99,3 +99,7 @@ zend_module_entry phpdbg_webhelper_module_entry = {
PHPDBG_VERSION,
STANDARD_MODULE_PROPERTIES
};
+
+#ifdef COMPILE_DL_PHPDBG_WEBHELPER
+ZEND_GET_MODULE(phpdbg_webhelper)
+#endif