diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-29 11:44:46 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-29 11:44:46 +0100 |
commit | 3e9138e6b5fc48034b669ddb0270368e562b7957 (patch) | |
tree | b213ec542c3ad30219f31553727cce8c75a6319b /sapi/phpdbg/phpdbg_rinit_hook.c | |
parent | 551cb82a59555e8116e3b381d4bc3294e50617c8 (diff) | |
parent | 68b5dd2ba9fa6d8b261d779ce1855221ad241145 (diff) | |
download | php-git-3e9138e6b5fc48034b669ddb0270368e562b7957.tar.gz |
Merge remote-tracking branch 'origin/PHP-5.6'
Diffstat (limited to 'sapi/phpdbg/phpdbg_rinit_hook.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_rinit_hook.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_rinit_hook.c b/sapi/phpdbg/phpdbg_rinit_hook.c index 1bf891654d..ab976c4ddb 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 |