From 0c5c01ad9d7521f9b322e60a5e5c24f01e91eebf Mon Sep 17 00:00:00 2001 From: Date: Mon, 24 Nov 2003 01:32:05 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 29 +++++++++++++++++++++++++++++ Zend/ChangeLog | 5 +++++ 2 files changed, 34 insertions(+) diff --git a/ChangeLog b/ChangeLog index 86f5ec7203..7ab4d233fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2003-11-23 Sara Golemon + + * main/streams/streams.c: + Fix for file:// wrapper parsing. + (Cristiano Duarte ) + +2003-11-23 Marcus Boerger + + * ext/simplexml/tests/010.phpt: + Add new test + + * ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c + ext/simplexml/tests/006.phpt + ext/simplexml/tests/006.xml: + Several improvements to the simplexml_element object: + - Allow to use it as an instance of Iterator + - Prepareto use it as a normal object, including spcialization + +2003-11-23 Andi Gutmans + + * ZendEngine2/zend_reflection_api.c: + - Allocation optimizations by Timm Friebe + +2003-11-23 Georg Richter + + * ext/mysqli/mysqli_nonapi.c: + fixed mem leak in constructor + 2003-11-22 Georg Richter * ext/mysqli/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 91b4e3a30d..49f6bc8d28 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-11-23 Andi Gutmans + + * zend_reflection_api.c: + - Allocation optimizations by Timm Friebe + 2003-11-21 Ilia Alshanetsky * zend_execute.c: -- 2.40.0