From: Date: Tue, 12 Dec 2000 02:09:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1d74ec8a49fa27241101a74971d5d06b5e8a5ec;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4457d2903e..b1b11837a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2000-12-11 Jani Taskinen + + * INSTALL: MFH + +2000-12-11 Zeev Suraski + + * ext/standard/string.c: Fix Win32 build + +2000-12-11 Jani Taskinen + + * INSTALL: Added a note about --enable-versioning working with IRIX 6.5 + +2000-12-11 Stanislav Malyshev + + * ext/standard/var.c: Fix serializer bug (merge with HEAD) + +2000-12-11 Sterling Hughes + + * ext/sablot/php_sablot.h + ext/sablot/sablot.c: Merge with HEAD + +2000-12-11 Andrei Zmievski + + * NEWS: Formatting. + +2000-12-11 Stanislav Malyshev + + * ext/standard/var.c: + Fix serializer bug that prevented serializer from working on any + variable that had non-reference copies of the same zval + +2000-12-11 Sterling Hughes + + * ext/sablot/php_sablot.h + ext/sablot/sablot.c: + Fix a crash related to the simple sablotron api. (thies) + make sablotron work with zts. + fix a leak or two, + +2000-12-11 Thies C. Arntzen + + * ext/standard/var.c: fix #6348 + +2000-12-11 Sascha Schumann + + * sapi/apache2filter/README: Add TODO note + +2000-12-11 Andrei Zmievski + + * ext/standard/array.c + ext/standard/php_array.h: Make php_array_merge() an API function. + 2000-12-10 Sascha Schumann * sapi/apache/mod_php4.c