]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 24 Nov 2003 01:32:05 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 24 Nov 2003 01:32:05 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 86f5ec720397084002be0b20986d33b3688b60df..7ab4d233fa5b8c6d0bc4536090e8eaf7bb776068 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2003-11-23  Sara Golemon  <php@alphaweb.net>
+
+    * main/streams/streams.c:
+      Fix for file:// wrapper parsing.
+      (Cristiano Duarte <cunha17@uol.com.br>)
+
+2003-11-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <andi@zend.com>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Allocation optimizations by Timm Friebe
+
+2003-11-23  Georg Richter  <phpinfo@t-online.de>
+
+    * ext/mysqli/mysqli_nonapi.c:
+      fixed mem leak in constructor
+
 2003-11-22  Georg Richter  <phpinfo@t-online.de>
 
     * ext/mysqli/config.m4
index 91b4e3a30d44bfc74376cf797cd62cfe23530604..49f6bc8d2800ed1dada7f8061a04e07a35b25c7e 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-23  Andi Gutmans  <andi@zend.com>
+
+    * zend_reflection_api.c:
+      - Allocation optimizations by Timm Friebe
+
 2003-11-21  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_execute.c: