]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 14 Jun 2007 01:31:13 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Thu, 14 Jun 2007 01:31:13 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 1eefce0df9139c90ddf1750fad91441ebabec036..f25f6d855c033159cb8627279501a45f448e3f44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,109 @@
+2007-06-13  Raghubansh Kumar  <kraghuba@in.ibm.com>
+
+    * 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  <ilia@prohost.org>
+
+    * 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  <dmitry@zend.com>
+
+    * (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  <johannes@schlueters.de>
 
     * ext/simplexml/tests/bug37565.phpt:
index a086ccac1ae27f3842d674596eccbafd2ef55155..67fbd5bb9482c1f05af99f929059332b3e5698fc 100644 (file)
@@ -1,3 +1,33 @@
+2007-06-13  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  <kraghuba@in.ibm.com>
 
     * tests/get_defined_vars.phpt: