]> granicus.if.org Git - php/commitdiff
- Added lcfirst() announcement.
authorDavid Coallier <davidc@php.net>
Mon, 21 Jan 2008 18:28:11 +0000 (18:28 +0000)
committerDavid Coallier <davidc@php.net>
Mon, 21 Jan 2008 18:28:11 +0000 (18:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ed5e97fe570ed0ab75d0462ef23cb336ae50c52b..5a25980bfc23a021811397041d86f9c083346b74 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,7 @@ PHP                                                                        NEWS
   . Added access to internal values of DSA, RSA and DH keys
 - Improved memory usage by moving constants to read only memory.
   (Dmitry, Pierre)
+- Added lcfirst() function. (David C)
 
 - Fixed possible crash in ext/soap because of uninitialized value. (Zdash Urf)