diff --git a/ChangeLog b/ChangeLog index 4457d2903ec..b1b11837a98 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