From: Date: Mon, 18 Feb 2008 01:31:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dd2afc1d4349e7f942ffef17b4394c12ef2c2f9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8356ac4505..14d021bdef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2008-02-17 Marcus Boerger + + * (PHP_5_3) + Makefile.global + acinclude.m4 + configure.in: + - MFH Allow zend_extensions to be build inside ext and tested with 'make + test' + + * Makefile.global + acinclude.m4 + configure.in: + - Allow zend_extensions to be build inside ext and tested with 'make test' + +2008-02-17 Derick Rethans + + * ext/date/lib/parse_date.c + ext/date/lib/parse_date.re: + - Fixed typoes. + +2008-02-17 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + + Mbstring bug fixing news + +2008-02-17 Rui Hirokawa + + * (PHP_5_2) + ext/mbstring/mbstring.c: + MF PHP5_3 (fixed #43841) + + * (PHP_5_2) + ext/mbstring/php_mbregex.c: + MF PHP5_3 (fixed #43994) + + * (PHP_5_2) + ext/mbstring/php_unicode.c: + MF PHP5_3 (fixed #43998) + + * (PHP_5_2) + ext/mbstring/mbstring.c: + MF PHP5_3 (fixed #43840) + +2008-02-17 Pierre-Alain Joye + + * win32/build/confutils.js: + - MFB: add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with + --with-php-builds=[PATH] the zip.zip contains all we need (except re2c! ) + + * (PHP_5_3) + win32/build/confutils.js: + - add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with + --with-php-builds=[PATH] the zip.zip contains all we need (except re2c! ) + +2008-02-17 Felipe Pena + + * ext/standard/tests/array/array_slice.phpt + ext/standard/tests/array/array_slice.phpt: + Fix test + + * (PHP_5_3) + ext/standard/tests/array/array_slice.phpt: + Fix the fix + 2008-02-16 Felipe Pena * (PHP_5_3)