summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2000-06-29 01:09:05 +0000
committer <changelog@php.net>2000-06-29 01:09:05 +0000
commit7f5c13db4148d0d1b235fc410f4ca8df3269507e (patch)
tree791e6412280d2190f874f22a8b01663b86c359ce /NEWS
parenta31dc47ae4a1edd07c15f352d03092e9959eab38 (diff)
downloadphp-git-7f5c13db4148d0d1b235fc410f4ca8df3269507e.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a7e6b60a51..4bf3f8cab1 100644
--- a/NEWS
+++ b/NEWS
@@ -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)