From 0deb6231278bf8d2ca8553a03a193303b10d1989 Mon Sep 17 00:00:00 2001 From: Date: Thu, 31 Aug 2000 01:09:06 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9d26d59aa1..d56a1408fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2000-08-30 Daniel Beulshausen + + * php_modules.dsw: updated with db and mhash + + * ext/mhash/mhash.dsp: dsp for mhash + + * main/config.w32.h: should be easier when compiling the modules + + * ext/db/db.dsp: dsp for the db(m) extension + +2000-08-30 Andi Gutmans + + * main/fopen-wrappers.c: - Missed a space + + * main/fopen-wrappers.c: + - Fix bug when using safe_mode and doc_root together + +2000-08-30 Zeev Suraski + + * main/main.c: This is no longer relevant... + + * main/main.c: + - Truly fix varargs handling - the current situation was a sure-fire crash in most platforms + (the older code worked, even though it didn't compile well for some very odd reason, probably + a compiler bug; The new code would cause PHP to crash if both display_errors/log_errors and + track_errors were enabled) + +2000-08-30 Colin Viebrock + + * ext/snmp/snmp.c: more info for phpinfo() + + * ext/standard/html.c: + Remove single quote from HTMLSpecialChars() ... use addslashes(), + htmlentities(), strtr() instead. + +2000-08-30 Andrei Zmievski + + * NEWS: Removing placeholder. + +2000-08-30 Stig Bakken + + * ext/xml/tests/001.phpt + ext/xml/tests/002.phpt + ext/xml/tests/003.phpt + ext/xml/tests/004.phpt + ext/xml/tests/006.phpt + ext/xml/tests/inc.ent + ext/xml/tests/skipif.php + ext/xml/tests/xmltest.xml: + * added regression tests for the XML extension + 2000-08-29 Andrei Zmievski * NEWS -- 2.40.0