From: Date: Thu, 11 Aug 2005 05:39:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5bf30a28146297fa092091649621327bc7340d4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2554272b25..3f593f91ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,150 @@ +2005-08-10 Rasmus Lerdorf + + * main/php_variables.c: + MFB minor consistency cleanup + + * (PHP_5_1) + main/php_variables.c: + Minor consistency cleanup + +2005-08-10 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + NEWS + ext/wddx/wddx.c + ext/wddx/wddx.c: + MFH: Fixed bug #34068 (Numeric string as array key not cast to integer in + wddx_deserialize()). + + * ext/wddx/wddx.c: + Fixed bug #34068 (Numeric string as array key not cast to integer in + wddx_deserialize()). + +2005-08-10 Dmitry Stogov + + * NEWS + NEWS + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/zend_vm_opcodes.h: + Fixed bug #34062 (Crash in catch block when many arguments are used) + + * NEWS + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_compile.h + ext/standard/basic_functions.c + ext/standard/basic_functions.c: + Fixed bug #25359 (array_multisort() doesn't work in a function if array is + global or reference) + + * ZendEngine2/tests/bug34064.phpt + ZendEngine2/tests/bug34064.phpt: + + Fixed bug #34064 (arr[] as param to function in class gives invalid + opcode) + + * NEWS + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/bug34064.phpt: + Fixed bug #34064 (arr[] as param to function in class gives invalid opcode) + + * ZendEngine2/tests/bug34064.phpt + ZendEngine2/tests/bug34064.phpt: + + file bug34064.phpt was initially added on branch PHP_5_0. + + * (PHP_4_4) + NEWS + NEWS + Zend/zend_execute.c + ZendEngine2/zend_execute.c: + Fixed bug #34064 (arr[] as param to function is allowed only if function + receives argument by reference) + +2005-08-10 Antony Dovgal + + * ext/standard/array.c: + fix build + +2005-08-10 Dmitry Stogov + + * ext/standard/tests/array/bug33940.phpt + ext/standard/tests/array/bug33940.phpt + ext/standard/tests/array/bug33940.phpt: + 1.2.4; + Fixed bug #33940 (array_map() fails to pass by reference when called + recursively) + + * NEWS + NEWS + NEWS + NEWS + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c + ext/standard/tests/array/bug33940.phpt + ext/standard/tests/array/bug33940.phpt: + Fixed bug #33940 (array_map() fails to pass by reference when called + recursively) + + * ext/standard/tests/array/bug33940.phpt + ext/standard/tests/array/bug33940.phpt: + + file bug33940.phpt was initially added on branch PHP_5_1. + + * ext/standard/tests/array/bug29253.phpt + ext/standard/tests/array/bug29253.phpt + ext/standard/tests/array/bug29253.phpt: + 1.2.4; + Fixed bug #29253 (array_diff with $GLOBALS argument fails) + + * NEWS + NEWS + NEWS + NEWS + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c + ext/standard/tests/array/bug29253.phpt + ext/standard/tests/array/bug29253.phpt: + Fixed bug #29253 (array_diff with $GLOBALS argument fails) + + * ext/standard/tests/array/bug29253.phpt + ext/standard/tests/array/bug29253.phpt: + + file bug29253.phpt was initially added on branch PHP_5_1. + + * NEWS + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug34045.phpt: + Fixed bug #34045 (Buffer overflow with serialized object) + + * ZendEngine2/tests/bug34045.phpt + ZendEngine2/tests/bug34045.phpt: + + file bug34045.phpt was initially added on branch PHP_5_1. + 2005-08-09 Andi Gutmans * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0bd7663fc1..c1663dad8e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,59 @@ +2005-08-10 Dmitry Stogov + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_opcodes.h + zend_vm_opcodes.h: + Fixed bug #34062 (Crash in catch block when many arguments are used) + + * zend_compile.c + zend_compile.c + zend_compile.h + zend_compile.h: + Fixed bug #25359 (array_multisort() doesn't work in a function if array is + global or reference) + + * tests/bug34064.phpt + tests/bug34064.phpt: + + Fixed bug #34064 (arr[] as param to function in class gives invalid + opcode) + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_opcodes.h + zend_vm_opcodes.h + tests/bug34064.phpt: + Fixed bug #34064 (arr[] as param to function in class gives invalid opcode) + + * tests/bug34064.phpt + tests/bug34064.phpt: + + file bug34064.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + zend_execute.c: + Fixed bug #34064 (arr[] as param to function is allowed only if function + receives argument by reference) + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug34045.phpt: + Fixed bug #34045 (Buffer overflow with serialized object) + + * tests/bug34045.phpt + tests/bug34045.phpt: + + file bug34045.phpt was initially added on branch PHP_5_1. + 2005-08-09 Derick Rethans * zend_extensions.h