- Added lcfirst() announcement.

This commit is contained in:
David Coallier 2008-01-21 18:28:11 +00:00
parent 48379d53e6
commit 13be31db35

1
NEWS
View File

@ -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)