mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
- MFB
This commit is contained in:
parent
f521ae3f30
commit
13633cb945
@ -157,8 +157,8 @@ zend_module_entry dbx_module_entry = {
|
||||
dbx_functions,
|
||||
ZEND_MINIT(dbx),
|
||||
ZEND_MSHUTDOWN(dbx),
|
||||
NULL, /*ZEND_RINIT(dbx), / * Replace with NULL if there's nothing to do at request start */
|
||||
NULL, /*ZEND_RSHUTDOWN(dbx), / * Replace with NULL if there's nothing to do at request end */
|
||||
NULL, /*ZEND_RINIT(dbx), Replace with NULL if there's nothing to do at request start */
|
||||
NULL, /*ZEND_RSHUTDOWN(dbx), Replace with NULL if there's nothing to do at request end */
|
||||
ZEND_MINFO(dbx),
|
||||
NO_VERSION_YET,
|
||||
STANDARD_MODULE_PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user