From: Date: Sun, 19 Mar 2006 06:31:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad2563f420a72a105c7e7eba56e1929453c258ff;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index db55cc1cc5..a9511e76d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2006-03-18 Antony Dovgal + + * ext/oci8/oci8_statement.c: + MFB: Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 + (also fixes bug #36764) + + * (PHP_5_1) + NEWS + ext/oci8/oci8_statement.c: + Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also + fixes bug #36764) + +2006-03-18 Marcus Boerger + + * (PHP_5_1) + main/streams/memory.c: + - MFH Fix seek/eof issue in temp streams + + * main/streams/memory.c: + - Fix seek/eof issue in temp streams + + * main/streams/streams.c: + - Fix issue in _php_stream_get_line(): Allow maxchars == 0 as macro + php_stream_get_line() does + +2006-03-18 Rob Richards + + * (PHP_4_4) + NEWS: + fix news (re-order) + + * ext/dom/php_dom.c + ext/dom/tests/bug36756.phpt: + MFB51: Fixed bug #36756 (DOMDocument::removeChild corrupts node) + add test + + * (PHP_5_1) + ext/dom/php_dom.c + ext/dom/tests/bug36756.phpt + ext/dom/tests/bug36756.phpt: + Fixed bug #36756 (DOMDocument::removeChild corrupts node) + add test + + * (PHP_4_4) + NEWS + NEWS: + BFN + + * (PHP_4_4) + ext/domxml/php_domxml.c: + Fixed bug #36776 (node_list_wrapper_dtor segfault) + - no optimizations. this extension is VERY touchy + +2006-03-18 Seiji Masugata + + * (PHP_4_4) + ext/mbstring/mbstring.c: + fixed doesn't return value when omitting arguments in mb_get_info( ). + 2006-03-17 Marcus Boerger * ext/standard/string.c: