]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 23 Aug 2008 01:32:18 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sat, 23 Aug 2008 01:32:18 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 559e0eaf8224d6d77279a309c2f7a516e36c3eca..53c335adc79d0b52509fcc32eb9ee629f2494e08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,141 @@
+2008-08-22  Felipe Pena  <felipensp@gmail.com>
+
+    * ZendEngine2/zend_compile.c
+      ext/reflection/php_reflection.c
+      ext/standard/basic_functions.c:
+      - Removed unused arguments
+
+2008-08-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_list.c:
+      Fixed destruction of dl() loaded extensions
+
+    * ZendEngine2/zend_list.c
+      ZendEngine2/zend_list.c:
+      Removed redundant code
+
+2008-08-22  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c:
+      MFH: fix zend_register_functions() not displaying duplicate functions
+      (reported by Gopal)
+
+    * ZendEngine2/zend_API.c:
+      fix zend_register_functions() not displaying duplicate functions (reported
+      by Gopal)
+
+2008-08-22  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      ZendEngine2/tests/get_class_methods_001.phpt
+      ZendEngine2/tests/get_class_methods_001.phpt
+      ZendEngine2/tests/get_class_methods_002.phpt
+      ZendEngine2/tests/get_class_methods_002.phpt
+      ZendEngine2/tests/get_class_methods_003.phpt
+      ZendEngine2/tests/get_class_methods_003.phpt:
+      - New tests
+
+    * ZendEngine2/tests/get_class_methods_001.phpt
+      ZendEngine2/tests/get_class_methods_001.phpt
+      ZendEngine2/tests/get_class_methods_001.phpt
+      ZendEngine2/tests/get_class_methods_002.phpt
+      ZendEngine2/tests/get_class_methods_002.phpt
+      ZendEngine2/tests/get_class_methods_002.phpt
+      ZendEngine2/tests/get_class_methods_003.phpt
+      ZendEngine2/tests/get_class_methods_003.phpt
+      ZendEngine2/tests/get_class_methods_003.phpt:
+        1.1.4;
+      - New tests
+
+2008-08-22  Marcus Boerger  <php@marcus-boerger.de>
+
+    * (PHP_5_3)
+      main/internal_functions.c.in
+      main/internal_functions_nw.c
+      main/internal_functions_win32.c
+      main/main.c
+      main/mergesort.c
+      main/php.h:
+      - MFH Cleanup exports and allow to overwrite ext registration
+
+    * main/internal_functions.c.in
+      main/internal_functions_nw.c
+      main/internal_functions_win32.c
+      main/main.c
+      main/mergesort.c
+      main/php.h:
+      - Cleanup exports and allow to overwrite ext registration
+
+2008-08-22  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * win32/glob.h:
+      - drop sys/ctype.h and use BEGIN/END_DECL_C  instead
+
+2008-08-22  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * (PHP_5_2)
+      ext/json/json.c:
+      Fix ZTS build.
+
+2008-08-22  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/tests/bug45862.phpt
+      ZendEngine2/tests/bug45862.phpt
+      ZendEngine2/tests/get_class_vars_001.phpt
+      ZendEngine2/tests/get_class_vars_001.phpt
+      ZendEngine2/tests/get_class_vars_002.phpt
+      ZendEngine2/tests/get_class_vars_002.phpt
+      ZendEngine2/tests/get_class_vars_003.phpt
+      ZendEngine2/tests/get_class_vars_003.phpt
+      ZendEngine2/tests/get_class_vars_004.phpt
+      ZendEngine2/tests/get_class_vars_004.phpt
+      ZendEngine2/tests/get_class_vars_005.phpt
+      ZendEngine2/tests/get_class_vars_005.phpt
+      ZendEngine2/tests/get_class_vars_006.phpt
+      ZendEngine2/tests/get_class_vars_006.phpt
+      ZendEngine2/tests/get_class_vars_007.phpt
+      ZendEngine2/tests/get_class_vars_007.phpt:
+      MFH:
+      - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and
+      'private' variables)
+      - Added some tests
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/tests/bug45862.phpt
+      ZendEngine2/tests/bug45862.phpt
+      ZendEngine2/tests/bug45862.phpt
+      ZendEngine2/tests/get_class_vars_001.phpt
+      ZendEngine2/tests/get_class_vars_001.phpt
+      ZendEngine2/tests/get_class_vars_001.phpt
+      ZendEngine2/tests/get_class_vars_002.phpt
+      ZendEngine2/tests/get_class_vars_002.phpt
+      ZendEngine2/tests/get_class_vars_002.phpt
+      ZendEngine2/tests/get_class_vars_003.phpt
+      ZendEngine2/tests/get_class_vars_003.phpt
+      ZendEngine2/tests/get_class_vars_003.phpt
+      ZendEngine2/tests/get_class_vars_004.phpt
+      ZendEngine2/tests/get_class_vars_004.phpt
+      ZendEngine2/tests/get_class_vars_004.phpt
+      ZendEngine2/tests/get_class_vars_005.phpt
+      ZendEngine2/tests/get_class_vars_005.phpt
+      ZendEngine2/tests/get_class_vars_005.phpt
+      ZendEngine2/tests/get_class_vars_006.phpt
+      ZendEngine2/tests/get_class_vars_006.phpt
+      ZendEngine2/tests/get_class_vars_006.phpt
+      ZendEngine2/tests/get_class_vars_007.phpt
+      ZendEngine2/tests/get_class_vars_007.phpt
+      ZendEngine2/tests/get_class_vars_007.phpt:
+      - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and
+      'private' variables)
+      - Added some tests
+
 2008-08-21  Pierre-Alain Joye  <pierre.dev@gmail.com>
 
     * ext/ftp/ftp.c
index 18ce3978008e0b955072b633100c8e9b6a721d63..40fef5ee675af978c1bcf7718d428e7f1cc6fdc5 100644 (file)
@@ -1,3 +1,106 @@
+2008-08-22  Felipe Pena  <felipensp@gmail.com>
+
+    * zend_compile.c:
+      - Removed unused arguments
+
+2008-08-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      zend_list.c:
+      Fixed destruction of dl() loaded extensions
+
+    * zend_list.c
+      zend_list.c:
+      Removed redundant code
+
+2008-08-22  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_2)
+      zend_API.c
+      zend_API.c:
+      MFH: fix zend_register_functions() not displaying duplicate functions
+      (reported by Gopal)
+
+    * zend_API.c:
+      fix zend_register_functions() not displaying duplicate functions (reported
+      by Gopal)
+
+2008-08-22  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      tests/get_class_methods_001.phpt
+      tests/get_class_methods_001.phpt
+      tests/get_class_methods_002.phpt
+      tests/get_class_methods_002.phpt
+      tests/get_class_methods_003.phpt
+      tests/get_class_methods_003.phpt:
+      - New tests
+
+    * tests/get_class_methods_001.phpt
+      tests/get_class_methods_001.phpt
+      tests/get_class_methods_001.phpt
+      tests/get_class_methods_002.phpt
+      tests/get_class_methods_002.phpt
+      tests/get_class_methods_002.phpt
+      tests/get_class_methods_003.phpt
+      tests/get_class_methods_003.phpt
+      tests/get_class_methods_003.phpt:
+        1.1.4;
+      - New tests
+
+    * (PHP_5_2)
+      zend_builtin_functions.c
+      zend_builtin_functions.c
+      tests/bug45862.phpt
+      tests/bug45862.phpt
+      tests/get_class_vars_001.phpt
+      tests/get_class_vars_001.phpt
+      tests/get_class_vars_002.phpt
+      tests/get_class_vars_002.phpt
+      tests/get_class_vars_003.phpt
+      tests/get_class_vars_003.phpt
+      tests/get_class_vars_004.phpt
+      tests/get_class_vars_004.phpt
+      tests/get_class_vars_005.phpt
+      tests/get_class_vars_005.phpt
+      tests/get_class_vars_006.phpt
+      tests/get_class_vars_006.phpt
+      tests/get_class_vars_007.phpt
+      tests/get_class_vars_007.phpt:
+      MFH:
+      - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and
+      'private' variables)
+      - Added some tests
+
+    * zend_builtin_functions.c
+      tests/bug45862.phpt
+      tests/bug45862.phpt
+      tests/bug45862.phpt
+      tests/get_class_vars_001.phpt
+      tests/get_class_vars_001.phpt
+      tests/get_class_vars_001.phpt
+      tests/get_class_vars_002.phpt
+      tests/get_class_vars_002.phpt
+      tests/get_class_vars_002.phpt
+      tests/get_class_vars_003.phpt
+      tests/get_class_vars_003.phpt
+      tests/get_class_vars_003.phpt
+      tests/get_class_vars_004.phpt
+      tests/get_class_vars_004.phpt
+      tests/get_class_vars_004.phpt
+      tests/get_class_vars_005.phpt
+      tests/get_class_vars_005.phpt
+      tests/get_class_vars_005.phpt
+      tests/get_class_vars_006.phpt
+      tests/get_class_vars_006.phpt
+      tests/get_class_vars_006.phpt
+      tests/get_class_vars_007.phpt
+      tests/get_class_vars_007.phpt
+      tests/get_class_vars_007.phpt:
+      - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and
+      'private' variables)
+      - Added some tests
+
 2008-08-21  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_list.c