diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-12-22 19:44:01 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-12-22 19:44:01 +0000 |
commit | 0ae3050aa5d99ae969b49b55badabda5156c2989 (patch) | |
tree | 395c6f1ee785ccbda9b09ab97f6c90cfa23ca58a /ext/ncurses/php_ncurses.h | |
parent | d70f96550c144486686f65b7d86e9f0858e5def6 (diff) | |
download | php-git-0ae3050aa5d99ae969b49b55badabda5156c2989.tar.gz |
Fixed bug #21146.
Diffstat (limited to 'ext/ncurses/php_ncurses.h')
-rw-r--r-- | ext/ncurses/php_ncurses.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ncurses/php_ncurses.h b/ext/ncurses/php_ncurses.h index b88559c27f..e432bf4e3c 100644 --- a/ext/ncurses/php_ncurses.h +++ b/ext/ncurses/php_ncurses.h @@ -48,7 +48,6 @@ PHP_RSHUTDOWN_FUNCTION(ncurses); PHP_MINFO_FUNCTION(ncurses); ZEND_BEGIN_MODULE_GLOBALS(ncurses) - int is_initialised; int registered_constants; ZEND_END_MODULE_GLOBALS(ncurses) |