summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)