Skip to content

Commit d10a337

Browse files
author
foobar
committed
MFH
1 parent 43b21ea commit d10a337

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
PHP 4 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
05 May 2002, Version 4.2.1
4+
- Major update of domxml. New functions, better DOM compliance and bug fixes:
5+
* Changed the old $node->append_child() to $node->append_sibling() since
6+
the new append_child() behaves correctly (= W3C standard).
7+
* Added domxml functions:
8+
. domxml_elem_get_elements_by_tagname()
9+
. domxml_doc_get_elements_by_tagname()
10+
. domxml_doc_get_element_by_id()
11+
. domxml_elem_remove_attribute()
12+
. domxml_elem_get_attribute_node()
13+
* Fixed a segfault in domxml_unlink().
14+
* Added formatting option to domxml_dump_mem().
15+
(Uwe, jtate, Chregu)
416
- Fixed a bug in socket_select() that could cause unexpected behavior when
517
using a statement like $w = $e = array($sock); This change unfortunately
618
prevents the use of constant values (e.g. NULL) for the socket array

0 commit comments

Comments
 (0)