From: Date: Fri, 26 Dec 2008 01:32:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed14f3e74418da67892ed8b6e1ac13331839495a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a7482f9b5f..32304cb719 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2008-12-25 Felipe Pena + + * ext/mbstring/tests/bug20087.phpt + ext/mbstring/tests/mb_ereg1.phpt + ext/mbstring/tests/mb_ereg2.phpt + ext/mbstring/tests/mb_ereg_variation1.phpt + ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-01.phpt + ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-02.phpt + ext/mbstring/tests/mb_parse_str02.phpt + ext/mbstring/tests/mb_strtolower_basic.phpt + ext/mbstring/tests/mb_substitute_character.phpt: + - Unicodifing + + * ext/mbstring/mbstring.c: + - Fixed memory leak + + * (PHP_5_2) + ext/standard/tests/array/array_slice_variation2.phpt + ext/standard/tests/array/array_splice_errors.phpt: + - Errr, that is 32bit. and cosmetic + +2008-12-25 Scott MacVicar + + * ext/hash/config.m4 + ext/hash/config.w32 + ext/hash/hash.c + ext/hash/php_hash.h: + Enable salsa hashing algorithm + +2008-12-25 Felipe Pena + + * (PHP_5_2) + ext/standard/tests/array/array_slice_variation2.phpt + ext/standard/tests/array/array_slice_variation3.phpt: + - Fix tests for different platforms + + * (PHP_5_2) + ext/standard/tests/array/array_unique_variation1.phpt: + - Fix test + + * (PHP_5_2) + ext/standard/tests/file/005_variation2.phpt + ext/standard/tests/file/mkdir_variation1.phpt + ext/standard/tests/file/rmdir_variation1.phpt: + - Fixed tests (because we get different error message on different SO) + + * (PHP_5_2) + ext/standard/array.c: + - Fixed BC in array_unique (HASH_OF stuff), warning and CS in another part + +2008-12-25 Pierre-Alain Joye + + * (PHP_5_3) + ext/simplexml/config.w32: + - add libxml cflag for shared and static + + * (PHP_5_3) + ext/simplexml/config.w32: + - work around missing libxml include path (will be replaced by a + PHP_SETUP_LIBXML macro) + + * (PHP_5_3) + win32/build/configure.tail: + - MFH: be sure that at least one SAPI has been selected + + * win32/build/configure.tail: + - be sure that at least one SAPI has been selected + + * (PHP_5_3) + win32/build/config.w32 + win32/build/confutils.js: + - MFH: the config summary is a must, do not allow to disable it + + * win32/build/config.w32 + win32/build/confutils.js: + - the config summary is a must, do not allow to disable + + * (PHP_5_3) + ext/simplexml/config.w32: + - MFH: disable simplexml when libxml is not enabled + + * ext/simplexml/config.w32: + - disable simplexml when libxml is not enabled + 2008-12-24 Scott MacVicar * (PHP_5_3)