From 77219dfcf6a1735c8307d3ded9ca89567b2b8893 Mon Sep 17 00:00:00 2001 From: Date: Sun, 20 Jan 2008 01:31:35 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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: -- 2.50.1