changelog Mon Jun 8 01:33:06 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1498&r2=1.1499&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1498 ZendEngine2/ChangeLog:1.1499
--- ZendEngine2/ChangeLog:1.1498 Sat Jun 6 01:33:00 2009
+++ ZendEngine2/ChangeLog Mon Jun 8 01:33:06 2009
@@ -1,3 +1,51 @@
+2009-06-07 Matt Wilmas <php_li...@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 <sh...@tekrat.com>
* (PHP_5_3)
@@ -29005,7 +29053,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1498 2009/06/06 01:33:00 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1499 2009/06/08 01:33:06 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -30729,7 +30777,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1498 2009/06/06 01:33:00
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1499 2009/06/08 01:33:06
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>