From: Date: Thu, 8 Dec 2005 06:46:37 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245cb12834344ce4d53953fffe0031115b89517d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6052293c7b..83e9066799 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,108 @@ +2005-12-07 Frank M. Kromann + + * (PHP_5_0) + main/SAPI.h: + Fix win32 build + +2005-12-07 Marcus Boerger + + * (PHP_5_1) + ext/pcre/config0.m4: + - Readd the file in this branch + +2005-12-07 Ilia Alshanetsky + + * (PHP_5_1) + ext/standard/basic_functions.c: + Undo accidental revert of patch for bug #34729 + +2005-12-07 Dmitry Stogov + + * ext/simplexml/simplexml.c + ext/simplexml/tests/000.phpt + ext/simplexml/tests/001.phpt + ext/simplexml/tests/002.phpt + ext/simplexml/tests/003.phpt + ext/simplexml/tests/004.phpt + ext/simplexml/tests/007.phpt + ext/simplexml/tests/010.phpt + ext/simplexml/tests/022.phpt + ext/simplexml/tests/023.phpt + ext/simplexml/tests/024.phpt: + Unicode support + + * ext/standard/tests/strings/stristr.phpt + ext/standard/tests/strings/strrev.phpt: + Fixed tests + + * ZendEngine2/tests/bug35239.phpt + ext/standard/tests/array/bug35022.phpt + tests/lang/type_hints_003.phpt + tests/strings/002.phpt: + Fixed test + +2005-12-07 Jani Taskinen + + * (PHP_5_1) + run-tests.php: + MFH:- Made tests that require CGI skipped if it is not available + + * run-tests.php: + - Made tests that require CGI skipped if it is not available + + * run-tests.php: + - Fix file_put_contents() usage: it returns bytes written and it can be 0. + + * run-tests.php: + - Fixed error messages + +2005-12-07 Dmitry Stogov + + * ext/standard/var.c: + Fixed sleep() magic method with private and protected members + + * run-tests.php: + Fixed incorrect basename() usage + + * main/main.c: + Fixed memory overflow, because usage of initialized value + +2005-12-07 Ilia Alshanetsky + + * (PHP_4_4) + main/main.c: + MFH: Better critical error handling (fix for previous html encoding patch). + + * main/main.c: + MFB51: Better critical error handling (fix for previous html encoding + patch). + + * (PHP_5_1) + main/main.c: + Better critical error handling (fix for previous html encoding patch). + + * (PHP_5_1) + run-tests.php: + Fixed filename picker. + Various modernizations of the script. + +2005-12-07 Marcus Boerger + + * (PHP_5_1) + run-tests.php: + - MFH + . Support for '--' style switches + . Modularize output + . Better valgrind integration (valgrind 3.0.0+ required now) (-m) + . Ability to generate an additional html style output log (--html) + . Ability to test unicode + native tests in one go (-U) + . Show list of leaked files in summary if any + . Use basename correct + + * run-tests.php: + - Show list of leaked files in summary if any + - Use basename correct + 2005-12-06 Ilia Alshanetsky * (PHP_4_4) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7a8cf91439..fbc3a9b0da 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-12-07 Dmitry Stogov + + * tests/bug35239.phpt: + Fixed test + 2005-12-05 Antony Dovgal * zend_vm_gen.php: