changelog Sun May 14 05:31:50 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2344&r2=1.2345&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2344 php-src/ChangeLog:1.2345
--- php-src/ChangeLog:1.2344 Sat May 13 05:31:47 2006
+++ php-src/ChangeLog Sun May 14 05:31:49 2006
@@ -1,3 +1,48 @@
+2006-05-13 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_5_2)