]> granicus.if.org Git - php/commitdiff
- MFB
authorDerick Rethans <derick@php.net>
Tue, 26 Mar 2002 08:29:14 +0000 (08:29 +0000)
committerDerick Rethans <derick@php.net>
Tue, 26 Mar 2002 08:29:14 +0000 (08:29 +0000)
ext/dbx/dbx.c

index 16dcfa5dd99b5a8920b5ca88941022984b07b03d..a5b27def413d3fd4b3292c211ace41144e506f5d 100644 (file)
@@ -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