edink Sun Jun 15 07:48:47 2003 EDT
Modified files:
/php4/sapi/nsapi nsapi.c
Log:
No need for this in the HEAD branch
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.45 php4/sapi/nsapi/nsapi.c:1.46
--- php4/sapi/nsapi/nsapi.c:1.45 Tue Jun 10 16:03:45 2003
+++ php4/sapi/nsapi/nsapi.c Sun Jun 15 07:48:47 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: nsapi.c,v 1.45 2003/06/10 20:03:45 imajes Exp $ */
+/* $Id: nsapi.c,v 1.46 2003/06/15 11:48:47 edink Exp $ */
/*
* PHP includes
@@ -172,11 +172,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[].
@@ -203,7 +198,7 @@
NULL,
NULL,
PHP_MINFO(nsapi),
- "$Id: nsapi.c,v 1.45 2003/06/10 20:03:45 imajes Exp $",
+ "$Id: nsapi.c,v 1.46 2003/06/15 11:48:47 edink Exp $",
STANDARD_MODULE_PROPERTIES
};
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php