summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Coallier <davidc@php.net>2008-01-21 18:28:11 +0000
committerDavid Coallier <davidc@php.net>2008-01-21 18:28:11 +0000
commit13be31db35b74b38d8680aea4b08b4d3831d9092 (patch)
tree6331d2136b85e77f7f217e2dbe56a39dc51882c8
parent48379d53e6cedcbc603563fe7906eb2ed1f17304 (diff)
downloadphp-git-13be31db35b74b38d8680aea4b08b4d3831d9092.tar.gz
- Added lcfirst() announcement.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed5e97fe57..5a25980bfc 100644
--- 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)