]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 9 Mar 2002 01:20:26 +0000 (01:20 +0000)
committer <changelog@php.net> <>
Sat, 9 Mar 2002 01:20:26 +0000 (01:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d29c904d8d4b28dcdc839d08fe799cd2f471dfb1..152eaff14343ff7bb9d9bb1d841aee612808db09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- Fixed seg fault in domxml_unlink() (jtate)
+- implemented domxml_elem_get_attribute_node(attrname) (chregu)
+- domxml_elem_remove_attribute(attibutename) is now implemented (chregu)
+- Added -r option to the CLI version of PHP which executes a piece of PHP
+  code directly from the commmand line. (Edin)
+- added formatting option to domxml_dump_mem() (chregu)
 - New build system that, among other improvements, replaces the slow recursive
   make with one global Makefile and eases the integration of proper
   dependencies. automake is only needed for its aclocal tool. The