From: Date: Sun, 17 Feb 2008 01:31:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=829feec8ee58196e8f52197a48ad4bb6450e1237;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f6e42fd0ba..8356ac4505 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2008-02-16 Felipe Pena + + * (PHP_5_3) + ext/standard/tests/array/count_variation3.phpt: + Fix test + +2008-02-16 Rui Hirokawa + + * (PHP_4_4) + ext/mbstring/mbstring.c + ext/mbstring/libmbfl/nls/nls_hy.c: + revert commit. + + * (PHP_5_3) + ext/mbstring/php_unicode.c: + fixed #43998 Two error messages returned for incorrect encoding for + mb_strto[upper|lower] + + * (PHP_5_3) + ext/mbstring/php_mbregex.c: + fixed #43994 mb_ereg 'successfully' matching incorrectly. + + * (PHP_5_3) + ext/mbstring/mbstring.c: + fixed #43841 mb_strrpos offset is byte count for negative values. + + * (PHP_5_3) + ext/mbstring/mbstring.c: + fixed bug #43840 mb_strpos bounds check is byte count rather than a + character count. + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.c + ext/mbstring/libmbfl/nls/nls_hy.c + ext/mbstring/libmbfl/nls/nls_hy.c: + MFB + + * (PHP_5_3) + ext/mbstring/libmbfl/nls/nls_hy.c: + removed unnecessary space. + + * (PHP_5_2) + ext/mbstring/mbstring.c + ext/mbstring/libmbfl/nls/nls_hy.c: + MF PHP5_3 + + * (PHP_5_3) + ext/mbstring/mbstring.c: + 'auto' encoding was not initialized correctly per request basis. + +2008-02-16 Christopher Jones + + * ext/oci8/tests/lob_042.phpt + ext/oci8/tests/lob_042.phpt: + MFB: Test existing LOB error messages + + * ext/oci8/tests/lob_042.phpt + ext/oci8/tests/lob_042.phpt + ext/oci8/tests/lob_042.phpt: + 1.1.4; + file lob_042.phpt was initially added on branch PHP_5_2. + +2008-02-16 Felipe Pena + + * main/main.c: + Fix build + +2008-02-16 Christopher Jones + + * (PHP_5_3) + ext/oci8/oci8.c + ext/oci8/php_oci8_int.h + ext/oci8/tests/debug.phpt + ext/oci8/tests/details.inc: + Streamlined code and incorporated review comments. Respect + oci8.ping_interval when oci_pconnect called multiple times in a script. + Changed OCIServerVersion to OCIPing + (http://pecl.php.net/bugs/bug.php?id=11976) + 2008-02-15 Christopher Jones * ext/oci8/oci8_collection.c