diff options
author | <changelog@php.net> | 2002-06-15 00:25:49 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-06-15 00:25:49 +0000 |
commit | bdc88cd7b600e24d49f91adf854199f0ab91939c (patch) | |
tree | 8328e382a23e7083fba64a828d7e7837823414e9 | |
parent | e721a732c1df488277d9b52c34f46d7cc7842458 (diff) | |
download | php-git-bdc88cd7b600e24d49f91adf854199f0ab91939c.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ 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) - 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) - Fixed bug with Apache which let PHP_AUTH_* variables to be set when |