From: Bob Weinand Date: Wed, 29 Oct 2014 10:28:09 +0000 (+0100) Subject: Enable shared builds for webhelper X-Git-Tag: php-5.6.3RC1~15^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=919bd3eb0cafb33c6002c32c5458392093700d68;p=php Enable shared builds for webhelper --- 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