From: Date: Thu, 6 Apr 2006 05:31:50 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=282807267d9843df7b742007bd9e899676cbb0ac;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4ce0d32ae8..7f7a576428 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2006-04-05 Antony Dovgal + + * (PHP_5_1) + Makefile.global: + MFH: workaround for problem on Solaris: shell tries to parse "for i in ;" + and fails + + * Makefile.global: + workaround for problem on Solaris: shell tries to parse "for i in ;" and + fails + + * (PHP_5_1) + NEWS: + BFN + + * ext/oci8/config.w32 + ext/oci8/config.w32: + add missing defines to .w32 + + * ext/oci8/config.m4 + ext/oci8/oci8_lob.c + ext/oci8/php_oci8_int.h: + fix #36934 (OCILob->read() doesn't move internal pointer when reading 0's) + no support for Unicode CLOBs in Oracle < 10, sorry. + + * (PHP_5_1) + ext/oci8/config.m4 + ext/oci8/oci8_lob.c + ext/oci8/php_oci8_int.h: + fix #36934 (OCILob->read() doesn't move internal pointer when reading 0's) + + * ext/standard/tests/strings/bug36944.phpt: + add test + + * ext/standard/tests/strings/bug36944.phpt + ext/standard/tests/strings/bug36944.phpt: + + file bug36944.phpt was initially added on branch PHP_5_1. + +2006-04-05 Georg Richter + + * (PHP_5_1) + NEWS: + fixed bigint conversion errors (windows) + + * (PHP_5_1) + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_prop.c + ext/mysqli/php_mysqli.h: + fixed bigint conversion on windows platforms + +2006-04-05 Antony Dovgal + + * ZendEngine2/zend_builtin_functions.c: + MF51: fix #36944 (strncmp & strncasecmp do not return false on negative + string length) + + * (PHP_5_1) + NEWS + ZendEngine2/zend_builtin_functions.c: + fix #36944 (strncmp & strncasecmp do not return false on negative string + length) + +2006-04-05 Ilia Alshanetsky + + * (PHP_5_1) + NEWS + ext/standard/var.c + ext/standard/var.c: + Fixed bug #36957 (serialize() does not handle recursion). + 2006-04-04 Marcus Boerger * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0fa399140c..ef4991c7a9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2006-04-05 Antony Dovgal + + * zend_builtin_functions.c: + MF51: fix #36944 (strncmp & strncasecmp do not return false on negative + string length) + + * (PHP_5_1) + zend_builtin_functions.c: + fix #36944 (strncmp & strncasecmp do not return false on negative string + length) + 2006-03-31 Sara Golemon * zend.c