diff options
author | Frank M. Kromann <fmk@php.net> | 2001-10-08 22:21:16 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-10-08 22:21:16 +0000 |
commit | 6e9e37be3a32378d14cac7276ec84769f2bf9540 (patch) | |
tree | 0cf045cfff41e037f6e61f73f0c0b35247872fae /ext/fbsql/php_fbsql.h | |
parent | a7bea2f1403d81d36b744b25f603a94ea374fd52 (diff) | |
download | php-git-6e9e37be3a32378d14cac7276ec84769f2bf9540.tar.gz |
Oops. Removed too much code.
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r-- | ext/fbsql/php_fbsql.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |