From: Date: Mon, 28 Oct 2002 01:35:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0RC1~500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c9a7584f1f868de621439112d4ffd4d80f44d7c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a91c52162f..4ba4f7d65a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2002-10-27 Marcus Börger + + * ext/session/tests/008-php4.2.3.phpt: This test requires special settings + +2002-10-27 Shane Caraveo + + * main/streams.c: dont memmove a null pointer. caught by bounds checker. + + * main/streams.c: fix Bug #20126 + write returns an int, with < 0 being a failure. + +2002-10-27 Andrei Zmievski + + * configure.in + main/php_version.h: Back to 4.3.0-dev. + +2002-10-27 Jani Taskinen + + * build/buildcheck.sh: + We have to require bison version <= 1.30 >= 1.75 since any versions between are broken.. + +2002-10-27 Andrei Zmievski + + * configure.in + main/php_version.h: Update to -pre2. + +2002-10-27 Derick Rethans + + * tests/classes/bug20120.phpt: - Add test case for bug 20120, bison bug. + +2002-10-27 Wez Furlong + + * ext/ncurses/ncurses_fe.c + ext/ncurses/ncurses_functions.c + ext/ncurses/php_ncurses_fe.h: Expose some more ncurses functions. + +2002-10-27 Melvyn Sopacua + + * ext/standard/tests/strings/htmlentities02.phpt + ext/standard/tests/strings/htmlentities04.phpt + ext/standard/tests/strings/htmlentities03.phpt: Add FreeBSD locale + + * ext/sysvmsg/config.m4 + ext/sysvmsg/php_sysvmsg.h + ext/sysvmsg/sysvmsg.c: + Avoid possible clash with mysql, but still make it work for BSD's. + Struct verified to be compatible with Linux, FreeBSD, BSDi, AIX 4.3.3 and + Solaris 5.7. + +2002-10-27 Moriyoshi Koizumi + + * ext/mbstring/tests/bug20087.phpt: Capitalized the title string + 2002-10-26 Marcus Börger * README.TESTING: Only in EXPECTREGEX