1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00

- Added lcfirst() announcement.

This commit is contained in:
David Coallier
2008-01-21 18:28:11 +00:00
parent 48379d53e6
commit 13be31db35
+1
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)