summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-06-17 15:13:39 +0000
committerAndrei Zmievski <andrei@php.net>2002-06-17 15:13:39 +0000
commitfbae692ef64ea7cd03bddeb06ca4f88a45c7859c (patch)
tree53d5e8208e84ecff5e2b611a9b24d6191712bad9
parenta347ed559bde49393106ea3181ed59513a034b61 (diff)
downloadphp-git-fbae692ef64ea7cd03bddeb06ca4f88a45c7859c.tar.gz
Fix.
-rw-r--r--NEWS7
1 files changed, 2 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index e009907d68..caf421c9c6 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,9 @@ PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
- Added preliminary SAX-Input support. It's now possible to build a DomDocument
- with SAX-Events (added domxml_parser_start_document(), domxml_parser_end_document(),
- domxml_parser_start_element(tagname[,attributes]), domxml_parser_end_element(tagname),
- domxml_parser_characters(characters), domxml_parser_cdata_block(cdata),
- domxml_parser_comment(comment), domxml_parser_get_document(). (chregu)
+ with SAX-Events. (chregu)
- Bundle gd library 2.0.1 with php (ext/gd/libgd) (Rasmus), tweak config.m4 to
- work with it (Jani), smallers tweaks for Win32 (Markus, Edin)
+ work with it (Jani), smallers tweaks for Win32. (Markus, Edin)
- 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)