File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
PHP 4 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
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)
4
16
- Fixed a bug in socket_select() that could cause unexpected behavior when
5
17
using a statement like $w = $e = array($sock); This change unfortunately
6
18
prevents the use of constant values (e.g. NULL) for the socket array
You can’t perform that action at this time.
0 commit comments