summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-06-14 20:16:50 +0000
committerAndrei Zmievski <andrei@php.net>2002-06-14 20:16:50 +0000
commit6cac569055e2f46b5b4a1e40af1c9b34a6154741 (patch)
tree01220d5fa7cc6f8326777210b0f58704bf2efabe
parent01316104b323b3422e5a444a135e87c37afca9f3 (diff)
downloadphp-git-6cac569055e2f46b5b4a1e40af1c9b34a6154741.tar.gz
Fix.
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9ffe300ca6..a0c17ae9aa 100644
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,10 @@ PHP 4 NEWS
- 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 better error-messages (3rd parameter) and validating of DTDs (2nd
+ parameter) to domxml_open_mem() and domxml_open_file(). (Christian)
+- Added domxml_doc_validate() for validating existing DomDocuments with a DTD.
+ (Christian)
- 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