From: Date: Thu, 14 Jun 2007 01:31:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~460 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=676225d275d02b2e153ce8de4083695d0b399e7e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1eefce0df9..f25f6d855c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +2007-06-13 Raghubansh Kumar + + * ext/standard/tests/file/copy_basic.phpt + ext/standard/tests/file/copy_error.phpt + ext/standard/tests/file/file_get_contents_file_put_contents_variation.phpt + ext/standard/tests/file/filegroup_basic.phpt + ext/standard/tests/file/filegroup_error.phpt + ext/standard/tests/file/fileowner_basic.phpt + ext/standard/tests/file/fileowner_error.phpt + ext/standard/tests/file/fwrite_basic-win32.phpt + ext/standard/tests/file/fwrite_basic.phpt + ext/standard/tests/file/fwrite_variation-win32.phpt + ext/standard/tests/file/fwrite_variation.phpt: + New tests for file system handling functions + + * ext/standard/tests/file/copy_basic.phpt + ext/standard/tests/file/copy_basic.phpt + ext/standard/tests/file/copy_error.phpt + ext/standard/tests/file/copy_error.phpt + ext/standard/tests/file/file_get_contents_file_put_contents_variation.phpt + ext/standard/tests/file/file_get_contents_file_put_contents_variation.phpt + ext/standard/tests/file/filegroup_basic.phpt + ext/standard/tests/file/filegroup_basic.phpt + ext/standard/tests/file/filegroup_error.phpt + ext/standard/tests/file/filegroup_error.phpt + ext/standard/tests/file/fileowner_basic.phpt + ext/standard/tests/file/fileowner_basic.phpt + ext/standard/tests/file/fileowner_error.phpt + ext/standard/tests/file/fileowner_error.phpt + ext/standard/tests/file/fwrite_basic-win32.phpt + ext/standard/tests/file/fwrite_basic-win32.phpt + ext/standard/tests/file/fwrite_basic.phpt + ext/standard/tests/file/fwrite_basic.phpt + ext/standard/tests/file/fwrite_error.phpt + ext/standard/tests/file/fwrite_error.phpt + ext/standard/tests/file/fwrite_variation-win32.phpt + ext/standard/tests/file/fwrite_variation-win32.phpt + ext/standard/tests/file/fwrite_variation.phpt + ext/standard/tests/file/fwrite_variation.phpt: + + file copy_basic.phpt was initially added on branch PHP_5_2. + +2007-06-13 Ilia Alshanetsky + + * ext/json/JSON_parser.c: + + MFB: Handle very small longs via double + + * (PHP_5_2) + ext/json/JSON_parser.c: + + Handle very small longs via double + + * ext/json/JSON_parser.c + ext/json/json.c: + MFB: Fixed bug #41673 (json_encode breaks large numbers in arrays). + + * (PHP_5_2) + NEWS + ext/json/JSON_parser.c + ext/json/json.c + ext/json/tests/pass001.1.phpt: + Fixed bug #41673 (json_encode breaks large numbers in arrays). + +2007-06-13 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/bug41633_3.phpt + ZendEngine2/tests/bug41633_3.phpt + ZendEngine2/tests/bug41633_3.phpt: + Fixed bug #41633 (Crash instantiating classes with self-referencing + constants) + + * ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug41633_1.phpt + ZendEngine2/tests/bug41633_2.phpt: + Fixed some class constant issues related to bug #41633 + + * ZendEngine2/tests/bug41633_1.phpt + ZendEngine2/tests/bug41633_1.phpt + ZendEngine2/tests/bug41633_2.phpt + ZendEngine2/tests/bug41633_2.phpt: + + file bug41633_1.phpt was initially added on branch PHP_5_2. + + * ext/simplexml/simplexml.c + ext/simplexml/tests/027.phpt + ext/simplexml/tests/bug35785.phpt + ext/simplexml/tests/bug41582.phpt: + Fixed wrong fic for bug #41582 + + * (PHP_5_2) + ext/simplexml/simplexml.c + ext/simplexml/tests/027.phpt + ext/simplexml/tests/bug35785.phpt + ext/simplexml/tests/bug41582.phpt: + Fixed wrong fix for bug #41582 + 2007-06-12 Johannes Schlüter * ext/simplexml/tests/bug37565.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a086ccac1a..67fbd5bb94 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,33 @@ +2007-06-13 Dmitry Stogov + + * zend_execute_API.c + zend_execute_API.c + tests/bug41633_3.phpt: + Fixed bug #41633 (Crash instantiating classes with self-referencing + constants) + + * tests/bug41633_3.phpt + tests/bug41633_3.phpt: + + file bug41633_3.phpt was initially added on branch PHP_5_2. + + * zend_execute_API.c + zend_execute_API.c + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug41633_1.phpt + tests/bug41633_2.phpt: + Fixed some class constant issues related to bug #41633 + + * tests/bug41633_1.phpt + tests/bug41633_1.phpt + tests/bug41633_2.phpt + tests/bug41633_2.phpt: + + file bug41633_1.phpt was initially added on branch PHP_5_2. + 2007-06-11 Raghubansh Kumar * tests/get_defined_vars.phpt: