From: Date: Wed, 5 Jan 2000 02:09:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abd545682e8b2053069011cc0b6ad7f7c62f79a4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 13582e271f..d380c195ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2000-01-04 Andrei Zmievski + + * ext/wddx/wddx.c + ext/mysql/php_mysql.c: Fix IS_UNSET -> IS_NULL rename. + +2000-01-04 Andi Gutmans + + * ext/standard/basic_functions.c + ext/com/COM.c: + - Separate the overloaded objects' types from Zend's data types. + There is no reason for them to be the same, and IS_METHOD just cluttered + the data types. + - Overloaded elements should now use OE_IS_OBJECT, OE_IS_ARRAY, and + OE_IS_METHOD + + * ext/standard/array.c + ext/standard/var.c: - Change IS_UNSET -> IS_NULL + +2000-01-04 Thies C. Arntzen + + * ext/standard/string.c: +2000-01-04 Sascha Schumann + + * sapi/servlet/Makefile.in: Fix typo + + * sapi/apache/Makefile.in + sapi/servlet/Makefile.in + ext/snmp/Makefile.in: Replace all += constructs with equivalent ones + +2000-01-04 Rasmus Lerdorf + + * ltconfig + ltmain.sh: + * ext/gd/config.m4 + ltconfig + ltmain.sh: 2000-01-03 Andrei Zmievski * ext/session/session.c