diff options
author | Jouni Ahto <jah@php.net> | 2000-10-05 12:47:39 +0000 |
---|---|---|
committer | Jouni Ahto <jah@php.net> | 2000-10-05 12:47:39 +0000 |
commit | f06ee6bdbacd5e1269658f7b024be5ffc1c2a43c (patch) | |
tree | 3f576dbea556265671771693edc3f69493ee8c43 /ext/interbase/php_interbase.h | |
parent | 8538f86ac17882c0fcf6a079167ef0d1a22db65a (diff) | |
download | php-git-f06ee6bdbacd5e1269658f7b024be5ffc1c2a43c.tar.gz |
- List entry types should be true globals.
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index aa85e83a1b..0f532c344d 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -82,7 +82,6 @@ ZEND_BEGIN_MODULE_GLOBALS(ibase) long num_links, num_persistent; long max_links, max_persistent; long allow_persistent; - int le_blob, le_link, le_plink, le_result, le_query, le_trans; char *default_user, *default_password; char *timestampformat; char *cfg_timestampformat; |