|
|
|
@ -1,3 +1,140 @@ |
|
|
|
2007-06-18 Jani Taskinen <jani.taskinen@sci.fi> |
|
|
|
|
|
|
|
* (PHP_5_2) |
|
|
|
NEWS |
|
|
|
NEWS: |
|
|
|
rephrase |
|
|
|
|
|
|
|
2007-06-18 Stanislav Malyshev <stas@zend.com> |
|
|
|
|
|
|
|
* (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 <kraghuba@in.ibm.com> |
|
|
|
|
|
|
|
* 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 <ilia@prohost.org> |
|
|
|
|
|
|
|
* (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 <scott@macvicar.net> |
|
|
|
|
|
|
|
* (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 <dmitry@zend.com> |
|
|
|
|
|
|
|
* 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 <nunoplopes@sapo.pt> |
|
|
|
|
|
|
|
* (PHP_5_2) |
|
|
|
|