]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 14 May 2006 05:31:55 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Sun, 14 May 2006 05:31:55 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 68b408bac00d5a39d48803ad1fc1039ff82b73f2..66b463abb245c03c4e0ba8b6cea3f53de38e6e66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2006-05-13  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * (PHP_5_1)
+      sapi/apache/mod_php5.c:
+      Oh, woops.  The cgi_vars optimization patch snuck in there.  Reverse that
+      part.
+
+    * (PHP_5_2)
+      sapi/apache/mod_php5.c:
+      Switch to a signed int for now.  Will look at moving to a long throughout
+      the code here.
+
+    * sapi/apache/mod_php5.c:
+      We might want to consider moving this to a long throughout the sapi code,
+      but for now switch to a signed int.
+
+    * (PHP_5_1)
+      sapi/apache/mod_php5.c:
+      ap_get_client_block can return a negative value, so don't use an unsigned
+      int here.
+
+    * (PHP_4_4)
+      sapi/apache/mod_php4.c:
+      ap_get_client_block can return -1, so don't use an unsigned int here
+
+2006-05-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/standard/basic_functions.c
+      ext/standard/tests/file/stream_rfc2397_001.phpt
+      ext/standard/tests/file/stream_rfc2397_001.phpt
+      main/php_memory_streams.h
+      main/streams/memory.c:
+      - Initial RFC2397 support
+
+    * run-tests.php:
+      - Add support for --EXPECTHEADERS--
+      - MFB cgi specific stuff
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c:
+      - MFH code layout for __toString() use in parameter parsing api
+
+    * ZendEngine2/zend_API.c:
+      - Support __tostring() in argument parsing
+
 2006-05-12  Rob Richards  <rrichards@ctindustries.net>
 
     * (PHP_5_2)
index cdb669f959ea97037b8ea093eddec16ec8994897..936946fed92840d539661bda0b3c34cbd9d1c7dd 100644 (file)
@@ -1,3 +1,12 @@
+2006-05-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      zend_API.c:
+      - MFH code layout for __toString() use in parameter parsing api
+
+    * zend_API.c:
+      - Support __tostring() in argument parsing
+
 2006-05-12  Derick Rethans  <php@derickrethans.nl>
 
     * tests/abstract-static.phpt