From: Date: Tue, 19 Jun 2007 01:31:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60db2300d743e90f71657f5e1d531c4ac9bc9c90;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a74193a656..40a36a39b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,140 @@ +2007-06-18 Jani Taskinen + + * (PHP_5_2) + NEWS + NEWS: + rephrase + +2007-06-18 Stanislav Malyshev + + * (PHP_4_4) + NEWS + NEWS: + mysql fix + + * (PHP_4_4) + ext/mysql/php_mysql.c: + Fix INFILE LOCAL option handling with MySQL - now not allowed when + safe_mode + is active + + * ext/mysqli/mysqli_api.c + ext/pdo_mysql/mysql_driver.c: + Fix INFILE LOCAL option handling with MySQL - now not allowed when + open_basedir + is active + + * (PHP_5_2) + ext/mysql/php_mysql.c + ext/mysqli/mysqli_api.c + ext/pdo_mysql/mysql_driver.c: + Fix INFILE LOCAL option handling with MySQL - now not allowed when + open_basedir + or safe_mode is active + +2007-06-18 Raghubansh Kumar + + * ext/standard/tests/file/filesize_basic.phpt + ext/standard/tests/file/filesize_error.phpt + ext/standard/tests/file/fread_basic.phpt + ext/standard/tests/file/fread_error.phpt + ext/standard/tests/file/is_dir_basic.phpt + ext/standard/tests/file/is_dir_error.phpt + ext/standard/tests/file/is_file_basic.phpt + ext/standard/tests/file/is_file_error.phpt: + New tests for file system handling functions + + * ext/standard/tests/file/filesize_basic.phpt + ext/standard/tests/file/filesize_basic.phpt + ext/standard/tests/file/filesize_error.phpt + ext/standard/tests/file/filesize_error.phpt + ext/standard/tests/file/fread_basic.phpt + ext/standard/tests/file/fread_basic.phpt + ext/standard/tests/file/fread_error.phpt + ext/standard/tests/file/fread_error.phpt + ext/standard/tests/file/is_dir_basic.phpt + ext/standard/tests/file/is_dir_basic.phpt + ext/standard/tests/file/is_dir_error.phpt + ext/standard/tests/file/is_dir_error.phpt + ext/standard/tests/file/is_file_basic.phpt + ext/standard/tests/file/is_file_basic.phpt + ext/standard/tests/file/is_file_error.phpt + ext/standard/tests/file/is_file_error.phpt: + + file filesize_basic.phpt was initially added on branch PHP_5_2. + +2007-06-18 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/array.c + ext/standard/tests/array/bug41686.phpt + ext/standard/tests/array/bug41686.phpt: + Fixed bug #41686 (Omitting length param in array_slice not possible). + + * ext/libxml/libxml.c: + MFB: Fixed bug #41724 (libxml_get_last_error() - errors survice request + scope). + + * (PHP_5_2) + NEWS + ext/libxml/libxml.c: + Fixed bug #41724 (libxml_get_last_error() - errors survice request scope). + +2007-06-18 Scott MacVicar + + * (PHP_4_4) + NEWS + sapi/apache/mod_php.c + sapi/apache/mod_php4.c: + MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache + 1.3). + + * (PHP_5_2) + NEWS + sapi/apache/mod_php5.c: + Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3). + +2007-06-18 Dmitry Stogov + + * ext/standard/string.c: + Fixed error message + + * ext/standard/string.c + ext/standard/tests/strings/bug40754.phpt: + Fixed crash in substr_compare() + Fixed error messages + + * ext/standard/string.c: + MTH: Fixed bug #40432 (strip_tags() fails with greater than in attribute). + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + MTH: Fixed foreach by-ref bug + + * ext/zlib/tests/ob_001.phpt + ext/zlib/tests/ob_002.phpt: + Fixed tests + + * TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.c + ext/standard/tests/file/readlink_realpath_basic.phpt + ext/standard/tests/file/readlink_realpath_basic.phpt + ext/standard/tests/file/readlink_realpath_variation.phpt + ext/standard/tests/file/readlink_realpath_variation.phpt: + Fixed yet another realpath cache bug and wrong tests + + * ZendEngine2/tests/unset_cv08.phpt + ext/standard/tests/array/range.phpt + ext/standard/tests/strings/strval.phpt + ext/zlib/tests/bug_34821.phpt + ext/zlib/tests/compress_zlib_wrapper.phpt + ext/zlib/tests/compress_zlib_wrapper.phpt: + Fixed test + + * tests/lang/bug32924.phpt: + Fixed test file + 2007-06-17 Nuno Lopes * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f961a1abce..1dc4e0e4d7 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2007-06-18 Dmitry Stogov + + * zend_vm_def.h + zend_vm_execute.h: + MTH: Fixed foreach by-ref bug + + * tests/unset_cv08.phpt: + Fixed test + 2007-06-17 Ilia Alshanetsky * (PHP_5_2)