From 919bd3eb0cafb33c6002c32c5458392093700d68 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Wed, 29 Oct 2014 11:28:09 +0100 Subject: [PATCH] Enable shared builds for webhelper --- phpdbg_rinit_hook.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0