diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-12-22 19:45:21 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-12-22 19:45:21 +0000 |
commit | 51a711b60908e68a6ab7ca36a648f7c9b8a04fc5 (patch) | |
tree | 1cfa9df9ccd074039a6098c90492894ec0001db1 /ext/ncurses/php_ncurses.h | |
parent | 022e5db8ec2d5fcf7aa761a18cff591ed19d8ec5 (diff) | |
download | php-git-51a711b60908e68a6ab7ca36a648f7c9b8a04fc5.tar.gz |
MFH (fix for bug #21146).
# Approved by Andrei
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 d29ebc4f90..3cf60cf72e 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) |