changelog Sun Jan 20 01:31:36 2008 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2932&r2=1.2933&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2932 php-src/ChangeLog:1.2933 --- php-src/ChangeLog:1.2932 Sat Jan 19 01:31:40 2008 +++ php-src/ChangeLog Sun Jan 20 01:31:35 2008 @@ -1,3 +1,33 @@ +2008-01-19 David Coallier <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/mysql/config.w32: + Fix build issue + + * (PHP_5_3) + ext/mysql/config.w32: + Fix compile issue + 2008-01-18 Christopher Jones <[EMAIL PROTECTED]> * ext/oci8/oci8.c: