aharvey Fri, 23 Jul 2010 09:02:14 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=301482
Log: MFH: fix bug #52380 (Typo in lcfirst comment docs). Bug: http://bugs.php.net/52380 (Suspended) Typo in lcfirst comment docs Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/standard/string.c Modified: php/php-src/branches/PHP_5_3/NEWS =================================================================== --- php/php-src/branches/PHP_5_3/NEWS 2010-07-23 08:58:03 UTC (rev 301481) +++ php/php-src/branches/PHP_5_3/NEWS 2010-07-23 09:02:14 UTC (rev 301482) @@ -2,6 +2,7 @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2010, PHP 5.3.4 +- Fixed bug #52380 (Typo in lcfirst comment docs). (Adam) 22 Jul 2010, PHP 5.3.3 - Upgraded bundled sqlite to version 3.6.23.1. (Ilia) Modified: php/php-src/branches/PHP_5_3/ext/standard/string.c =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/string.c 2010-07-23 08:58:03 UTC (rev 301481) +++ php/php-src/branches/PHP_5_3/ext/standard/string.c 2010-07-23 09:02:14 UTC (rev 301482) @@ -2571,7 +2571,7 @@ } /* }}} */ -/* {{{ proto string ucfirst(string str) +/* {{{ proto string lcfirst(string str) Make a string's first character lowercase */ PHP_FUNCTION(lcfirst) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php