From: Frank M. Kromann Date: Mon, 8 Oct 2001 22:21:16 +0000 (+0000) Subject: Oops. Removed too much code. X-Git-Tag: PRE_PARAMETER_PARSING_API~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e9e37be3a32378d14cac7276ec84769f2bf9540;p=php Oops. Removed too much code. --- diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h index 342138fce6..7f6d0a6b56 100644 --- a/ext/fbsql/php_fbsql.h +++ b/ext/fbsql/php_fbsql.h @@ -110,6 +110,7 @@ ZEND_BEGIN_MODULE_GLOBALS(fbsql) long persistantCount; long linkCount; long linkIndex; + ZEND_END_MODULE_GLOBALS(fbsql) #ifdef ZTS @@ -128,4 +129,6 @@ ZEND_END_MODULE_GLOBALS(fbsql) #error not ok #endif // HAVE_FBSQL +#define phpext_fbsql_ptr fbsql_module_ptr + #endif /* _PHP_FBSQL_H */