]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 20 Aug 2004 00:34:05 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Fri, 20 Aug 2004 00:34:05 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index f94926c499ba7d8348719bc24b6a9c0e57373e51..cff619ef62a558a98ed32844f18a6adfd0798c2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,108 @@
+2004-08-19  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_execute.c:
+      - Cleanup
+
+2004-08-19  Brian France  <list@firehawksystems.com>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      main/SAPI.c
+      main/SAPI.c:
+      
+      [MFH] If you send a post with a content-type header and then the next post
+      without the content-type header, raw_post_data will not be set.  This is
+      because SG(request_info).post_entry is set to the first requests function
+      pointer which makes it follow the wrong code path.
+
+2004-08-19  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_globals.h:
+      - Second wave of garbage removal.
+
+2004-08-19  Brian France  <list@firehawksystems.com>
+
+    * NEWS
+      main/SAPI.c:
+      
+      If you send a post with a content-type header and then the next post
+      without the content-type header, raw_post_data will not be set.  This is
+      because SG(request_info).post_entry is set to the first requests function
+      pointer which makes it follow the wrong code path.
+
+2004-08-19  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c:
+      - Stop using garbage. Please let me know if you find any bugs resulting
+      - of this patch (very likely). (Dmitry, Andi)
+
+2004-08-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * NEWS:
+      Janify [tm]
+
+2004-08-19  Antony Dovgal  <tony2001@phpclub.net>
+
+    * NEWS
+      NEWS:
+      BFN
+
+    * ext/standard/basic_functions.c:
+      fix #29737 in the right way with performance in mind
+
+    * (PHP_5_0)
+      ext/standard/basic_functions.c:
+      MFH: fix #29737 (ip2long should return -1 if IP is 255.255.255.255 and
+      FALSE on error)
+
+    * ext/standard/basic_functions.c:
+      fix #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on
+      error)
+
+2004-08-19  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_0)
+      NEWS:
+      - Reorder
+
+2004-08-19  Christian Stocker  <chregu@phant.ch>
+
+    * (PHP_5_0)
+      NEWS
+      ext/xml/compat.c
+      ext/xml/xml.c:
+      MFH
+      - Fixed bug #29657 (xml_* functions throw non descriptive error).
+        (Christian, Rob)
+      - Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
+
+    * ext/xml/compat.c
+      ext/xml/xml.c:
+      fix for bug #29657 xml_* functions throw non descriptive error, compared to
+      php4
+      fix for bug #29711 libxml and non iso-8859-1.
+      If no encoding specified, it defaults to UTF-8 now
+
+2004-08-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/dba/tests/dba_handler.inc:
+      Fix issue in test
+
+    * NEWS:
+      BFN + reorder
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Implement #29728: Reflection API Feature: Default parameter value.
+        . ReflectionParameter::isDefaultValueAvailable()
+        . ReflectionParameter::getDefaultValue()
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Nedd to work on copy
+
 2004-08-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_reflection_api.c:
index e56fa3795d6b047b4fdf94bd1b9800fd4b91942e..dfff02470a595d7ce3de4f8bf49c9b63fb233945 100644 (file)
@@ -1,3 +1,28 @@
+2004-08-19  Andi Gutmans  <andi@zend.com>
+
+    * zend_execute.c:
+      - Cleanup
+
+    * zend.c
+      zend_execute_API.c
+      zend_globals.h:
+      - Second wave of garbage removal.
+
+    * zend_compile.h
+      zend_execute.c:
+      - Stop using garbage. Please let me know if you find any bugs resulting
+      - of this patch (very likely). (Dmitry, Andi)
+
+2004-08-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Implement #29728: Reflection API Feature: Default parameter value.
+        . ReflectionParameter::isDefaultValueAvailable()
+        . ReflectionParameter::getDefaultValue()
+
+    * zend_reflection_api.c:
+      - Nedd to work on copy
+
 2004-08-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_reflection_api.c: