Browse Source

Merge remote-tracking branch 'origin/PHP-5.6'

pull/879/merge
Bob Weinand 12 years ago
parent
commit
3e9138e6b5
  1. 4
      sapi/phpdbg/phpdbg_rinit_hook.c

4
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
Loading…
Cancel
Save