thetaphi                Sat Nov  1 18:56:59 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/sapi/nsapi nsapi.c 
  Log:
  this is not needed
  
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.28.2.23 php-src/sapi/nsapi/nsapi.c:1.28.2.24
--- php-src/sapi/nsapi/nsapi.c:1.28.2.23        Fri Oct 31 12:32:04 2003
+++ php-src/sapi/nsapi/nsapi.c  Sat Nov  1 18:56:58 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: nsapi.c,v 1.28.2.23 2003/10/31 17:32:04 thetaphi Exp $ */
+/* $Id: nsapi.c,v 1.28.2.24 2003/11/01 23:56:58 thetaphi Exp $ */
 
 /*
  * PHP includes
@@ -176,11 +176,6 @@
 
 #define NSAPI_G(v) TSRMG(nsapi_globals_id, zend_nsapi_globals *, v)
 
-/* compatibility with PHP4_3 */
-#if !defined(OnUpdateLong)
-#define OnUpdateLong OnUpdateInt
-#endif
-
 /* {{{ nsapi_functions[]
  *
  * Every user visible function must have an entry in nsapi_functions[].
@@ -208,7 +203,7 @@
        NULL,
        NULL,
        PHP_MINFO(nsapi),
-       "$Revision: 1.28.2.23 $",
+       "$Revision: 1.28.2.24 $",
        STANDARD_MODULE_PROPERTIES
 };
 /* }}} */
@@ -216,7 +211,7 @@
 /* {{{ PHP_INI
  */
 PHP_INI_BEGIN()
-    STD_PHP_INI_ENTRY("nsapi.read_timeout", "60", PHP_INI_ALL, OnUpdateLong, 
read_timeout, zend_nsapi_globals, nsapi_globals)
+    STD_PHP_INI_ENTRY("nsapi.read_timeout", "60", PHP_INI_ALL, OnUpdateInt, 
read_timeout, zend_nsapi_globals, nsapi_globals)
 PHP_INI_END()
 /* }}} */
 

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

Reply via email to