changelog               Mon Jun  8 01:33:02 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3427&r2=1.3428&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3427 php-src/ChangeLog:1.3428
--- php-src/ChangeLog:1.3427    Sun Jun  7 01:33:05 2009
+++ php-src/ChangeLog   Mon Jun  8 01:33:01 2009
@@ -1,3 +1,176 @@
+2009-06-07  Patrick Allaert  <patrick.alla...@gmail.com>
+
+    * ext/ldap/ldap.c:
+      Removed credit
+
+2009-06-07  Robert Nicholson  <rob_nichol...@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.alla...@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_li...@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.alla...@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_li...@realplain.com>
 
     * (PHP_5_3)
@@ -44512,7 +44685,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3427 2009/06/07 01:33:05 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3428 2009/06/08 01:33:01 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to