summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-29 11:43:01 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-10-29 11:43:01 +0100
commit68b5dd2ba9fa6d8b261d779ce1855221ad241145 (patch)
treece9628eee21869d03abbcc7f219f3109d79977bc
parenteb4e4b7bca733982e96e58353256f27b3ebe7328 (diff)
parent6545a5c234de93cfa15611ccad4f97d8fade038c (diff)
downloadphp-git-68b5dd2ba9fa6d8b261d779ce1855221ad241145.tar.gz
Merge phpdbg into PHP-5.6
-rw-r--r--sapi/phpdbg/phpdbg_rinit_hook.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_rinit_hook.c b/sapi/phpdbg/phpdbg_rinit_hook.c
index 049a782d9d..acbdfb6f25 100644
--- a/sapi/phpdbg/phpdbg_rinit_hook.c
+++ b/sapi/phpdbg/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