Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Index: php_namazu.c
===================================================================
RCS file: /repository/pecl/namazu/php_namazu.c,v
retrieving revision 1.3
diff -u -r1.3 php_namazu.c
--- php_namazu.c 15 Feb 2003 00:50:04 -0000 1.3
+++ php_namazu.c 19 Jul 2004 02:07:30 -0000
@@ -159,8 +159,13 @@
PHP_INI_ENTRY("namazu.sortorder", NULL, PHP_INI_ALL, OnUpdate_namazu_sortorder)
PHP_INI_ENTRY("namazu.sortmethod", NULL, PHP_INI_ALL, OnUpdate_namazu_sortmethod)
STD_PHP_INI_ENTRY("namazu.lang", NULL, PHP_INI_ALL, OnUpdateString, lang, zend_namazu_globals, namazu_globals)
+#ifdef ZEND_ENGINE_2
+ STD_PHP_INI_BOOLEAN("namazu.loggingmode", "0", PHP_INI_ALL, OnUpdateLong, loggingmode, zend_namazu_globals, namazu_globals)
+ STD_PHP_INI_BOOLEAN("namazu.debugmode", "0", PHP_INI_ALL, OnUpdateLong, debugmode, zend_namazu_globals, namazu_globals)
+#else
STD_PHP_INI_BOOLEAN("namazu.loggingmode", "0", PHP_INI_ALL, OnUpdateInt, loggingmode, zend_namazu_globals, namazu_globals)
STD_PHP_INI_BOOLEAN("namazu.debugmode", "0", PHP_INI_ALL, OnUpdateInt, debugmode, zend_namazu_globals, namazu_globals)
+#endif
PHP_INI_END()