derick          Thu May 20 13:03:24 2004 EDT

  Modified files:              
    /php-src/ext/ncurses        ncurses.c 
    /php-src/ext/fam    fam.c 
  Log:
  - Removed unused INI sections.
  
  
http://cvs.php.net/diff.php/php-src/ext/ncurses/ncurses.c?r1=1.27&r2=1.28&ty=u
Index: php-src/ext/ncurses/ncurses.c
diff -u php-src/ext/ncurses/ncurses.c:1.27 php-src/ext/ncurses/ncurses.c:1.28
--- php-src/ext/ncurses/ncurses.c:1.27  Thu Jan  8 03:16:27 2004
+++ php-src/ext/ncurses/ncurses.c       Thu May 20 13:03:23 2004
@@ -71,16 +71,6 @@
 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)
 
http://cvs.php.net/diff.php/php-src/ext/fam/fam.c?r1=1.7&r2=1.8&ty=u
Index: php-src/ext/fam/fam.c
diff -u php-src/ext/fam/fam.c:1.7 php-src/ext/fam/fam.c:1.8
--- php-src/ext/fam/fam.c:1.7   Thu Jan  8 03:15:23 2004
+++ php-src/ext/fam/fam.c       Thu May 20 13:03:24 2004
@@ -15,7 +15,7 @@
   | Author: Sascha Schumann <[EMAIL PROTECTED]>                         |
   +----------------------------------------------------------------------+
 
-  $Id: fam.c,v 1.7 2004/01/08 08:15:23 andi Exp $ 
+  $Id: fam.c,v 1.8 2004/05/20 17:03:24 derick Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -79,16 +79,6 @@
 ZEND_GET_MODULE(fam)
 #endif
 
-/* {{{ PHP_INI
- */
-/* Remove comments and fill if you need to have entries in php.ini
-PHP_INI_BEGIN()
-    STD_PHP_INI_ENTRY("fam.global_value",      "42", PHP_INI_ALL, OnUpdateLong, 
global_value, zend_fam_globals, fam_globals)
-    STD_PHP_INI_ENTRY("fam.global_string", "foobar", PHP_INI_ALL, OnUpdateString, 
global_string, zend_fam_globals, fam_globals)
-PHP_INI_END()
-*/
-/* }}} */
-
 /* {{{ php_fam_init_globals
  */
 /* Uncomment this function if you have INI entries

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to