]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 8 Jun 2009 01:33:06 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Mon, 8 Jun 2009 01:33:06 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index bbf4dda4be56d5257c9b7642873ca2cd2ef1e95b..5a38c5296a5a6518cbf1e3de0e36dca33dc2c9f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,176 @@
+2009-06-07  Patrick Allaert  <patrick.allaert@gmail.com>
+
+    * ext/ldap/ldap.c:
+      Removed credit
+
+2009-06-07  Robert Nicholson  <rob_nicholson@uk.ibm.com>
+
+    * (PHP_5_2)
+      tests/lang/foreachLoop.001.phpt
+      tests/lang/foreachLoop.001.phpt
+      tests/lang/foreachLoop.002.phpt
+      tests/lang/foreachLoop.002.phpt
+      tests/lang/foreachLoop.003.phpt
+      tests/lang/foreachLoop.003.phpt
+      tests/lang/foreachLoop.004.phpt
+      tests/lang/foreachLoop.004.phpt
+      tests/lang/foreachLoop.005.phpt
+      tests/lang/foreachLoop.005.phpt
+      tests/lang/foreachLoop.006.phpt
+      tests/lang/foreachLoop.006.phpt
+      tests/lang/foreachLoop.007.phpt
+      tests/lang/foreachLoop.007.phpt
+      tests/lang/foreachLoop.008.phpt
+      tests/lang/foreachLoop.008.phpt
+      tests/lang/foreachLoop.009.phpt
+      tests/lang/foreachLoop.009.phpt
+      tests/lang/foreachLoop.010.phpt
+      tests/lang/foreachLoop.010.phpt
+      tests/lang/foreachLoop.011.phpt
+      tests/lang/foreachLoop.011.phpt
+      tests/lang/foreachLoop.012.phpt
+      tests/lang/foreachLoop.012.phpt
+      tests/lang/foreachLoop.013.phpt
+      tests/lang/foreachLoop.013.phpt
+      tests/lang/foreachLoop.014.phpt
+      tests/lang/foreachLoop.014.phpt
+      tests/lang/foreachLoop.015.phpt
+      tests/lang/foreachLoop.015.phpt
+      tests/lang/foreachLoop.016.phpt
+      tests/lang/foreachLoop.016.phpt
+      tests/lang/foreachLoop.017.phpt
+      tests/lang/foreachLoop.017.phpt:
+      New tests for foreach loops. These were written by another member of the
+      Projectzero team.
+
+    * tests/lang/foreachLoop.001.phpt
+      tests/lang/foreachLoop.001.phpt
+      tests/lang/foreachLoop.001.phpt
+      tests/lang/foreachLoop.002.phpt
+      tests/lang/foreachLoop.002.phpt
+      tests/lang/foreachLoop.002.phpt
+      tests/lang/foreachLoop.003.phpt
+      tests/lang/foreachLoop.003.phpt
+      tests/lang/foreachLoop.003.phpt
+      tests/lang/foreachLoop.004.phpt
+      tests/lang/foreachLoop.004.phpt
+      tests/lang/foreachLoop.004.phpt
+      tests/lang/foreachLoop.005.phpt
+      tests/lang/foreachLoop.005.phpt
+      tests/lang/foreachLoop.005.phpt
+      tests/lang/foreachLoop.006.phpt
+      tests/lang/foreachLoop.006.phpt
+      tests/lang/foreachLoop.006.phpt
+      tests/lang/foreachLoop.007.phpt
+      tests/lang/foreachLoop.007.phpt
+      tests/lang/foreachLoop.007.phpt
+      tests/lang/foreachLoop.008.phpt
+      tests/lang/foreachLoop.008.phpt
+      tests/lang/foreachLoop.008.phpt
+      tests/lang/foreachLoop.009.phpt
+      tests/lang/foreachLoop.009.phpt
+      tests/lang/foreachLoop.009.phpt
+      tests/lang/foreachLoop.010.phpt
+      tests/lang/foreachLoop.010.phpt
+      tests/lang/foreachLoop.010.phpt
+      tests/lang/foreachLoop.011.phpt
+      tests/lang/foreachLoop.011.phpt
+      tests/lang/foreachLoop.011.phpt
+      tests/lang/foreachLoop.012.phpt
+      tests/lang/foreachLoop.012.phpt
+      tests/lang/foreachLoop.012.phpt
+      tests/lang/foreachLoop.013.phpt
+      tests/lang/foreachLoop.013.phpt
+      tests/lang/foreachLoop.013.phpt
+      tests/lang/foreachLoop.014.phpt
+      tests/lang/foreachLoop.014.phpt
+      tests/lang/foreachLoop.014.phpt
+      tests/lang/foreachLoop.015.phpt
+      tests/lang/foreachLoop.015.phpt
+      tests/lang/foreachLoop.015.phpt
+      tests/lang/foreachLoop.016.phpt
+      tests/lang/foreachLoop.016.phpt
+      tests/lang/foreachLoop.016.phpt
+      tests/lang/foreachLoop.017.phpt
+      tests/lang/foreachLoop.017.phpt
+      tests/lang/foreachLoop.017.phpt:
+        1.1.4;
+      New tests for foreach loops. These were written by another member of the
+      Projectzero team.
+
+2009-06-07  Patrick Allaert  <patrick.allaert@gmail.com>
+
+    * ext/ldap/ldap.c:
+      Fixed ldap_(first|next)_attribute() function producing 2 warning messages
+      in case wrong parameters given
+
+2009-06-07  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_hash.c
+      ZendEngine2/zend_hash.c
+      ZendEngine2/tests/bug47836.phpt
+      ZendEngine2/tests/bug47836.phpt
+      ext/standard/tests/array/array_push_error2.phpt
+      ext/standard/tests/array/array_push_error2.phpt:
+      MFH: Fixed bug #47836 (array operator [] inconsistency when the array has
+      PHP_INT_MAX index value)
+      Also simplified related array_push() test
+
+    * ZendEngine2/zend_hash.c
+      ZendEngine2/tests/bug47836.phpt
+      ZendEngine2/tests/bug47836.phpt
+      ZendEngine2/tests/bug47836.phpt
+      ext/standard/tests/array/array_push_error2.phpt:
+      Fixed bug #47836 (array operator [] inconsistency when the array has
+      PHP_INT_MAX index value)
+      Also simplified related array_push() test
+
+    * (PHP_5_3)
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/call_static_006.phpt
+      ZendEngine2/tests/magic_methods_002.phpt
+      ZendEngine2/tests/magic_methods_003.phpt
+      ZendEngine2/tests/magic_methods_004.phpt
+      ZendEngine2/tests/magic_methods_005.phpt
+      ZendEngine2/tests/magic_methods_007.phpt
+      ZendEngine2/tests/magic_methods_008.phpt
+      ZendEngine2/tests/magic_methods_010.phpt
+      tests/classes/__call_005.phpt
+      tests/classes/__call_007.phpt:
+      MFH: Changed error messages to use "cannot" instead of "can not" (meaning
+      "also can")
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/call_static_006.phpt
+      ZendEngine2/tests/magic_methods_002.phpt
+      ZendEngine2/tests/magic_methods_003.phpt
+      ZendEngine2/tests/magic_methods_004.phpt
+      ZendEngine2/tests/magic_methods_005.phpt
+      ZendEngine2/tests/magic_methods_007.phpt
+      ZendEngine2/tests/magic_methods_008.phpt
+      ZendEngine2/tests/magic_methods_010.phpt
+      tests/classes/__call_005.phpt
+      tests/classes/__call_007.phpt:
+      Changed error messages to use "cannot" instead of "can not" (meaning "also
+      can")
+
+2009-06-07  Patrick Allaert  <patrick.allaert@gmail.com>
+
+    * (PHP_5_2)
+      ext/ldap/ldap.c
+      ext/ldap/ldap.c:
+      MFH: Fixed bug #48469 (ldap_get_entries() memory leaks on empty search
+      results)
+
+    * ext/ldap/ldap.c:
+      Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results)
+
 2009-06-06  Matt Wilmas  <php_lists@realplain.com>
 
     * (PHP_5_3)
index 79cc49240bd25943bd57c1d96094e69e74dadb29..89b671e634fefe6995de997ab381eb6ed752d888 100644 (file)
@@ -1,3 +1,51 @@
+2009-06-07  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_2)
+      zend_hash.c
+      zend_hash.c
+      tests/bug47836.phpt
+      tests/bug47836.phpt:
+      MFH: Fixed bug #47836 (array operator [] inconsistency when the array has
+      PHP_INT_MAX index value)
+      Also simplified related array_push() test
+
+    * zend_hash.c
+      tests/bug47836.phpt
+      tests/bug47836.phpt
+      tests/bug47836.phpt:
+      Fixed bug #47836 (array operator [] inconsistency when the array has
+      PHP_INT_MAX index value)
+      Also simplified related array_push() test
+
+    * (PHP_5_3)
+      zend_compile.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      tests/call_static_006.phpt
+      tests/magic_methods_002.phpt
+      tests/magic_methods_003.phpt
+      tests/magic_methods_004.phpt
+      tests/magic_methods_005.phpt
+      tests/magic_methods_007.phpt
+      tests/magic_methods_008.phpt
+      tests/magic_methods_010.phpt:
+      MFH: Changed error messages to use "cannot" instead of "can not" (meaning
+      "also can")
+
+    * zend_compile.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      tests/call_static_006.phpt
+      tests/magic_methods_002.phpt
+      tests/magic_methods_003.phpt
+      tests/magic_methods_004.phpt
+      tests/magic_methods_005.phpt
+      tests/magic_methods_007.phpt
+      tests/magic_methods_008.phpt
+      tests/magic_methods_010.phpt:
+      Changed error messages to use "cannot" instead of "can not" (meaning "also
+      can")
+
 2009-06-05  Brian Shire  <shire@tekrat.com>
 
     * (PHP_5_3)