]> granicus.if.org Git - php/commitdiff
Enable shared builds for webhelper
authorBob Weinand <bobwei9@hotmail.com>
Wed, 29 Oct 2014 10:28:09 +0000 (11:28 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Wed, 29 Oct 2014 10:28:09 +0000 (11:28 +0100)
phpdbg_rinit_hook.c

index 049a782d9dcd0ddf56d5b97f54fd090645113999..acbdfb6f2588a2950e9260b4a5bc56cb7478c9a0 100644 (file)
@@ -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