changelog Sun Feb 17 01:31:29 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2960&r2=1.2961&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2960 php-src/ChangeLog:1.2961
--- php-src/ChangeLog:1.2960 Sat Feb 16 01:31:32 2008
+++ php-src/ChangeLog Sun Feb 17 01:31:28 2008
@@ -1,3 +1,82 @@
+2008-02-16 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/standard/tests/array/count_variation3.phpt:
+ Fix test
+
+2008-02-16 Rui Hirokawa <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ ext/mbstring/mbstring.c
+ ext/mbstring/libmbfl/nls/nls_hy.c:
+ revert commit.
+
+ * (PHP_5_3)
+ ext/mbstring/php_unicode.c:
+ fixed #43998 Two error messages returned for incorrect encoding for
+ mb_strto[upper|lower]
+
+ * (PHP_5_3)
+ ext/mbstring/php_mbregex.c:
+ fixed #43994 mb_ereg 'successfully' matching incorrectly.
+
+ * (PHP_5_3)
+ ext/mbstring/mbstring.c:
+ fixed #43841 mb_strrpos offset is byte count for negative values.
+
+ * (PHP_5_3)
+ ext/mbstring/mbstring.c:
+ fixed bug #43840 mb_strpos bounds check is byte count rather than a
+ character count.
+
+ * ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.c
+ ext/mbstring/libmbfl/nls/nls_hy.c
+ ext/mbstring/libmbfl/nls/nls_hy.c:
+ MFB
+
+ * (PHP_5_3)
+ ext/mbstring/libmbfl/nls/nls_hy.c:
+ removed unnecessary space.
+
+ * (PHP_5_2)
+ ext/mbstring/mbstring.c
+ ext/mbstring/libmbfl/nls/nls_hy.c:
+ MF PHP5_3
+
+ * (PHP_5_3)
+ ext/mbstring/mbstring.c:
+ 'auto' encoding was not initialized correctly per request basis.
+
+2008-02-16 Christopher Jones <[EMAIL PROTECTED]>
+
+ * ext/oci8/tests/lob_042.phpt
+ ext/oci8/tests/lob_042.phpt:
+ MFB: Test existing LOB error messages
+
+ * ext/oci8/tests/lob_042.phpt
+ ext/oci8/tests/lob_042.phpt
+ ext/oci8/tests/lob_042.phpt:
+ 1.1.4;
+ file lob_042.phpt was initially added on branch PHP_5_2.
+
+2008-02-16 Felipe Pena <[EMAIL PROTECTED]>
+
+ * main/main.c:
+ Fix build
+
+2008-02-16 Christopher Jones <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/oci8/oci8.c
+ ext/oci8/php_oci8_int.h
+ ext/oci8/tests/debug.phpt
+ ext/oci8/tests/details.inc:
+ Streamlined code and incorporated review comments. Respect
+ oci8.ping_interval when oci_pconnect called multiple times in a script.
+ Changed OCIServerVersion to OCIPing
+ (http://pecl.php.net/bugs/bug.php?id=11976)
+
2008-02-15 Christopher Jones <[EMAIL PROTECTED]>
* ext/oci8/oci8_collection.c