From 13633cb9455987954f0493f9a2ca8c61ddcb65b9 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 26 Mar 2002 08:29:14 +0000 Subject: [PATCH] - MFB --- ext/dbx/dbx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c index 16dcfa5dd99..a5b27def413 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