changelog Sat Jun 30 01:31:14 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2733&r2=1.2734&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2733 php-src/ChangeLog:1.2734
--- php-src/ChangeLog:1.2733 Fri Jun 29 01:31:13 2007
+++ php-src/ChangeLog Sat Jun 30 01:31:13 2007
@@ -1,3 +1,152 @@
+2007-06-29 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * Makefile.global:
+ - More portable..
+
+2007-06-29 Christopher Jones <[EMAIL PROTECTED]>
+
+ * ext/pdo_oci/tests/pecl_bug_6364.phpt:
+ MFB. Test for old bug fixed in some previous, unknown change
+
+ * ext/pdo_oci/tests/pecl_bug_6364.phpt
+ ext/pdo_oci/tests/pecl_bug_6364.phpt:
+
+ file pecl_bug_6364.phpt was initially added on branch PHP_5_2.
+
+2007-06-29 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/standard/string.c:
+ ord() must not convert binary data to unicode in unicode mode
+
+2007-06-29 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * Makefile.global:
+ - More portable solution
+
+2007-06-29 Christopher Jones <[EMAIL PROTECTED]>
+
+ * ext/oci8/README:
+ MFB. Add testing steps
+
+2007-06-29 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/json/tests/bug41567.phpt:
+ typo
+
+ * (PHP_5_2)
+ ext/json/tests/bug41504.phpt
+ ext/json/tests/bug41567.phpt
+ scripts/php-config.in
+ scripts/php-config.in:
+ oops
+
+2007-06-29 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/dom/document.c
+ ext/dom/tests/dom002u.phpt
+ ext/libxml/libxml.c
+ ext/libxml/php_libxml.h
+ ext/simplexml/simplexml.c
+ ext/soap/soap.c
+ ext/soap/tests/bugs/bug39815.phpt:
+ Allowed loading XML from unicode strings
+
+2007-06-29 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/json/tests/bug41403.phpt
+ ext/json/tests/bug41504.phpt
+ ext/json/tests/bug41567.phpt:
+ - Added missing SKIPIFs
+
+ * ext/json/tests/bug41403.phpt:
+ - Added missing SKIPIF
+
+2007-06-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/tests/file/rename_variation.phpt
+ ext/standard/tests/file/rename_variation1.phpt
+ ext/standard/tests/file/rename_variation2.phpt
+ ext/standard/tests/file/rename_variation3.phpt
+ ext/standard/tests/file/rename_variation4.phpt
+ ext/standard/tests/file/rename_variation5.phpt:
+ divide the test into smaller tests
+
+ * ext/standard/tests/file/rename_variation2.phpt
+ ext/standard/tests/file/rename_variation2.phpt
+ ext/standard/tests/file/rename_variation3.phpt
+ ext/standard/tests/file/rename_variation3.phpt:
+
+ cleanup tmp files
+
+ * ext/standard/tests/file/rename_variation.phpt
+ ext/standard/tests/file/rename_variation1.phpt
+ ext/standard/tests/file/rename_variation1.phpt
+ ext/standard/tests/file/rename_variation2.phpt
+ ext/standard/tests/file/rename_variation3.phpt
+ ext/standard/tests/file/rename_variation4.phpt
+ ext/standard/tests/file/rename_variation4.phpt
+ ext/standard/tests/file/rename_variation5.phpt
+ ext/standard/tests/file/rename_variation5.phpt:
+ divide the test into smaller ones
+
+ * Makefile.global:
+ remove the quotes in for
+
+2007-06-29 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * run-tests.php
+ run-tests.php:
+ Fixed CGI tests
+
+2007-06-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * Makefile.global:
+ fix `make test` with shared extensions
+
+
+2007-06-29 Christopher Jones <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/pdo_oci/oci_driver.c
+ ext/pdo_oci/php_pdo_oci_int.h:
+ Un-DOSify line terminators. No merge to 6 required.
+
+ * (PHP_5_2)
+ ext/oci8/README:
+ Add testing steps
+
+2007-06-29 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ acinclude.m4
+ configure.in
+ scripts/php-config.in
+ scripts/phpize.in
+ scripts/man1/php-config.1.in:
+ MFH:- Improved php-config:
+ MFH: . Added --configure-options option to get configure line for
current
+ build
+ MFH: . Added --php-sapis option which shows SAPIs available
+ MFH: . Fixed problem with missing php binary when CLI is not build but
+ CGI is.
+ MFH:- Fixed broken sed issues in phpize script
+
+ * acinclude.m4
+ configure.in
+ scripts/php-config.in
+ scripts/phpize.in
+ scripts/man1/php-config.1.in:
+ - Improved php-config:
+ . Added --configure-options option to get configure line for current
+ build
+ . Added --php-sapis option which shows SAPIs available
+ . Fixed problem with missing php binary when CLI is not build but CGI
+ is.
+ - Fixed broken sed issues in phpize script
+
2007-06-28 Stanislav Malyshev <[EMAIL PROTECTED]>
* ZendEngine2/zend_compile.c