summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-29 21:51:40 +0000
committerZeev Suraski <zeev@php.net>2000-06-29 21:51:40 +0000
commit7fb72c172608af3ced3b14ea98c279656b856c56 (patch)
tree4b9dfe8050bb79283a5ec51cb84e8129cf7f009f /NEWS
parent4e5597e0618ee3f834cf3d020b56af4ac8c85cb4 (diff)
downloadphp-git-7fb72c172608af3ced3b14ea98c279656b856c56.tar.gz
Fixed opendir() thoroughly
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 53a738874c..49f3604545 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.2
+- Fixed opendir() again. It should actually work well continuously now (Zeev)
+- Added three additional arguments to be sent to a user-defined error handler -
+ the filename and line number in which the error occured, and the context
+ (the local variables) of the error (Zeev, Zend Engine)
+- Improved the error handling code to handle an error in a user-defined error
+ handling function (Zeev, Zend Engine)
- Added an optional parameter to preg_replace() that can be used to
specify how many replacements to make. (Andrei)