summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-06-26 13:41:52 +0000
committerHannes Magnusson <bjori@php.net>2006-06-26 13:41:52 +0000
commitae1ec65637a1a4e483ac4036f85a1f2915eb3f32 (patch)
treefda17cf4da484b6d5b5d911a63c3e4627fd4097f /NEWS
parentde85c9cd7028a9804837969f1090e5b1b066d8b3 (diff)
downloadphp-git-ae1ec65637a1a4e483ac4036f85a1f2915eb3f32.tar.gz
Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fe05baaff..6e0f1f8fdf 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,8 @@ PHP NEWS
- Added memory_get_peak_usage() function for retrieving peak memory usage of
a PHP script. (Ilia)
- Added pg_field_table() function. (Edin)
+- Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML().
+ (Hannes)
- Optimized zend_try/zend_catch macros by eliminating memcpy(3). (Dmitry)
- Optimized require_once() and include_once() by eliminating fopen(3)