From: Date: Wed, 6 Jul 2005 05:31:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.1.0b3~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c477a0b181c62bdc14f762e014be043e4a7a6a30;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index edcfa03194..d40ed1f326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2005-07-05 Jani Taskinen + + * ext/standard/incomplete_class.c + ext/standard/php_incomplete_class.h: + - Fixed crash in serialize() + classes. (64bit only) + +2005-07-05 Derick Rethans + + * NEWS: + - Fixed bug #33578 (strtotime() doesn't understand "11 Oct" format). + (Derick) + +2005-07-05 Ilia Alshanetsky + + * NEWS + ext/standard/streamsfuncs.c + ext/standard/tests/file/stream_get_line.phpt: + Fixed crash inside stream_get_line() when length parameter equals 0. + +2005-07-05 Edin Kadribasic + + * ext/pgsql/pgsql.c: + Properly detect when the copy command fails + +2005-07-05 Dmitry Stogov + + * main/main.c + main/main.c: + Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows + + * ext/session/tests/bug31454.phpt + ext/session/tests/bug31454.phpt: + Fixed test file + +2005-07-05 Derick Rethans + + * (PHP_4_4) + NEWS + ext/pgsql/pgsql.c: + - MFH: Fixed memory corruption in pg_copy_from() in case the as_null + parameter + was passed. (Derick) + + * (PHP_5_0) + NEWS + ext/pgsql/pgsql.c: + - MFH: Fixed memory corruption in pg_copy_from() in case the as_null + parameter was + passed. + + * NEWS + ext/pgsql/pgsql.c: + - Fixed memory corruption in pg_copy_from() in case the as_null parameter + was + passed. (Derick) + 2005-07-04 Jon Parise * run-tests.php: