changelog Wed Jun 7 05:31:59 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2368&r2=1.2369&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2368 php-src/ChangeLog:1.2369
--- php-src/ChangeLog:1.2368 Tue Jun 6 05:31:51 2006
+++ php-src/ChangeLog Wed Jun 7 05:31:59 2006
@@ -1,3 +1,69 @@
+2006-06-06 Michael Wallner <[EMAIL PROTECTED]>
+
+ * main/output.c:
+ - fix SEGV in php_output_handler_started()
+
+ * ext/curl/streams.c:
+ MFB: only try to fetch stream context options if context is set
+
+ * (PHP_5_2)
+ ext/curl/streams.c:
+ - only try to fetch stream context options if context is set
+
+2006-06-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * NEWS:
+ this function also exists in 5.2, no need for this news entry in HEAD
+
+ * ZendEngine2/zend_compile.c
+ ZendEngine2/zend_compile.c:
+ revert by Andi's request
+
+ * main/streams/memory.c:
+ don't leak when decoding failed
+
+2006-06-06 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/dom/php_dom.c:
+ nuke unused call
+
+ * (PHP_5_2)
+ ext/simplexml/simplexml.c:
+ restore missing ze1 compat code
+
+2006-06-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ZendEngine2/tests/bug33732.phpt
+ ZendEngine2/tests/bug33732.phpt:
+ fix test
+
+2006-06-06 Michael Wallner <[EMAIL PROTECTED]>
+
+ * main/output.c:
+ - fix regression with bug #22690 (ob_start() with create_function()
output
+ handler)
+
+2006-06-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ZendEngine2/zend_compile.c
+ ZendEngine2/tests/objects_012.phpt
+ ZendEngine2/tests/objects_013.phpt
+ ZendEngine2/tests/objects_014.phpt:
+ MFH: do not allow to implement the same interface twice
+ add tests
+
+ * ZendEngine2/zend_compile.c
+ ZendEngine2/tests/objects_012.phpt
+ ZendEngine2/tests/objects_012.phpt
+ ZendEngine2/tests/objects_013.phpt
+ ZendEngine2/tests/objects_013.phpt
+ ZendEngine2/tests/objects_014.phpt
+ ZendEngine2/tests/objects_014.phpt:
+ do not allow to implement the same interface twice
+ add tests
+
2006-06-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/sysvmsg/sysvmsg.c: