1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

NEWS update

This commit is contained in:
1999-11-20 02:08:37 +00:00
parent b89689f2ef
commit f4767f385a

1
NEWS
View File

@@ -5,6 +5,7 @@ PHP 4.0 NEWS
November 16 1999, Version 4.0 Beta 3
- Fixed mem-overwrite in XML_Parse_Into_Struct. (Thies)
- Added substr_replace() function. (Andrei)
- ucfirst()/ucwords() no longer modify arg1. (Thies)
- Fixed strtr() not to modify arg1. (Thies)