summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2009-06-08 01:33:06 +0000
committer <changelog@php.net>2009-06-08 01:33:06 +0000
commit8c828362642192e19fe0a6c7ab2399d136f130f8 (patch)
tree9bc018bb110c0d68e4b3f89c265de6cb14e0a71a
parent18cf69002a599b5b7b509eec6d0ffa7885820580 (diff)
downloadphp-git-8c828362642192e19fe0a6c7ab2399d136f130f8.tar.gz
ChangeLog update
-rw-r--r--ChangeLog173
-rw-r--r--Zend/ChangeLog48
2 files changed, 221 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbf4dda4be..5a38c5296a 100644
--- 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)
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 79cc49240b..89b671e634 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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)