changelog Sun Mar 19 06:31:44 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2288&r2=1.2289&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2288 php-src/ChangeLog:1.2289
--- php-src/ChangeLog:1.2288 Sat Mar 18 06:31:46 2006
+++ php-src/ChangeLog Sun Mar 19 06:31:43 2006
@@ -1,3 +1,62 @@
+2006-03-18 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ ext/mbstring/mbstring.c:
+ fixed doesn't return value when omitting arguments in mb_get_info( ).
+
2006-03-17 Marcus Boerger <[EMAIL PROTECTED]>
* ext/standard/string.c: