From: Derick Rethans Date: Tue, 26 Mar 2002 08:28:31 +0000 (+0000) Subject: - Fix comments X-Git-Tag: php-4.2.0RC2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b416f033434fe98aaec122f677af85179f0716e;p=php - Fix comments --- diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c index 7da3cfd6c6..a5b27def41 100644 --- a/ext/dbx/dbx.c +++ b/ext/dbx/dbx.c @@ -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