summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-06-14 00:29:45 +0000
committer <changelog@php.net>2002-06-14 00:29:45 +0000
commit3ad50e127977521d86fa533818e91ff87368f204 (patch)
tree8cb64806097675defd46a3eb8b95ce2699d77954
parentedb5b715017da88096b2aa8e23b434e0a3ba6aab (diff)
downloadphp-git-3ad50e127977521d86fa533818e91ff87368f204.tar.gz
NEWS update
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e40386a850..9ffe300ca6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
+- Fixed bug with Apache which let PHP_AUTH_* variables to be set when
+ external basic auth mechanism was used. (Jani)
+- Fixed bzopen() crash in thread-safe mode. (Andrei)
+- Added better error-messages (3rd parameter) and validating of DTDs (2nd parameter) to
+ domxml_open_mem(string xml[, int mode[, array errors]]) and domxml_open_file(string filename[, int mode[, array errors]]).
+ Added domxml_doc_validate([array errors]) for validating existing DomDocuments with a DTD.
- Added ability to capture string offsets in preg_match_*() results.
(David Brown, Andrei)
- Fixed set_error_handler() to accept methods as callbacks and also report