From: Date: Sat, 9 Mar 2002 01:20:26 +0000 (+0000) Subject: NEWS update X-Git-Tag: help~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6e3c5c803e7e6ce2e603339094949594a89903e;p=php NEWS update --- diff --git a/NEWS b/NEWS index d29c904d8d..152eaff143 100644 --- 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