1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

NEWS update

This commit is contained in:
2000-06-29 01:09:05 +00:00
parent a31dc47ae4
commit 7f5c13db41
+2
View File
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
28 Jun 2000, Version 4.0.1
- Added an optional parameter to preg_replace() that can be used to
specify how many replacements to make. (Andrei)
- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)
- Fixed a bug in opendir(), which prevented readdir() from working properly if
the $dir argument wasn't explicitly specified (Zeev)