changelog Thu Apr 6 05:31:45 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2306&r2=1.2307&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2306 php-src/ChangeLog:1.2307
--- php-src/ChangeLog:1.2306 Wed Apr 5 05:31:46 2006
+++ php-src/ChangeLog Thu Apr 6 05:31:44 2006
@@ -1,3 +1,74 @@
+2006-04-05 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_1)