From: Uwe Schindler Date: Sat, 1 Nov 2003 23:56:58 +0000 (+0000) Subject: this is not needed X-Git-Tag: php-4.3.5RC1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=571ca7f26e8138bfbc94622699075a7b58662207;p=php this is not needed --- diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index a6acc50a56..d81f24c5e5 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -176,11 +176,6 @@ ZEND_DECLARE_MODULE_GLOBALS(nsapi) #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[]. @@ -216,7 +211,7 @@ zend_module_entry nsapi_module_entry = { /* {{{ 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() /* }}} */