summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-05-20 17:03:24 +0000
committerDerick Rethans <derick@php.net>2004-05-20 17:03:24 +0000
commitee9cc6884849455411492e82ba3737241327f86d (patch)
treeacd6d9303e9eedbaa69ad1f0e4341de761cd9216 /ext/ncurses/ncurses.c
parent38ef28e41b9c57e826d6d494cd9ebbcbfcc9e13e (diff)
downloadphp-git-ee9cc6884849455411492e82ba3737241327f86d.tar.gz
- Removed unused INI sections.
Diffstat (limited to 'ext/ncurses/ncurses.c')
-rw-r--r--ext/ncurses/ncurses.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/ncurses/ncurses.c b/ext/ncurses/ncurses.c
index 1d162e5137..eedd8a32c0 100644
--- a/ext/ncurses/ncurses.c
+++ b/ext/ncurses/ncurses.c
@@ -71,16 +71,6 @@ zend_module_entry ncurses_module_entry = {
ZEND_GET_MODULE(ncurses)
#endif
-/* {{{ PHP_INI
- */
-/* Remove comments and fill if you need to have entries in php.ini
-PHP_INI_BEGIN()
- STD_PHP_INI_ENTRY("ncurses.value", "42", PHP_INI_ALL, OnUpdateLong, global_value, zend_ncurses_globals, ncurses_globals)
- STD_PHP_INI_ENTRY("ncurses.string", "foobar", PHP_INI_ALL, OnUpdateString, global_string, zend_ncurses_globals, ncurses_globals)
-PHP_INI_END()
-*/
-/* }}} */
-
#define PHP_NCURSES_CONST(x) REGISTER_LONG_CONSTANT("NCURSES_"#x, x, CONST_CS | CONST_PERSISTENT)
#define PHP_NCURSES_FKEY_CONST(x) REGISTER_LONG_CONSTANT("NCURSES_KEY_F"#x, KEY_F0 + x, CONST_CS | CONST_PERSISTENT)