From: Date: Sun, 20 Jan 2008 01:31:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~836 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77219dfcf6a1735c8307d3ded9ca89567b2b8893;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f670a43ed9..61c571c693 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2008-01-19 David Coallier + + * ext/standard/string.c: + - Wrong icu call, now using u_strToLower correctly + + * (PHP_5_3) + ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c + ext/standard/tests/strings/lcfirst.phpt: + - MFH (lcfirst()) + - Initial test for lcfirst + + * ext/standard/basic_functions.c + ext/standard/php_string.h + ext/standard/string.c + ext/standard/tests/strings/lcfirst.phpt + ext/standard/tests/strings/lcfirst.phpt: + - Added lcfirst() function. The sister function of ucfirst() + - Test #1 for lcfirst() + +2008-01-19 Andrey Hristov + + * ext/mysql/config.w32: + Fix build issue + + * (PHP_5_3) + ext/mysql/config.w32: + Fix compile issue + 2008-01-18 Christopher Jones * ext/oci8/oci8.c: