|
| 1 | +2005-08-10 Rasmus Lerdorf < [email protected]> |
| 2 | + |
| 3 | + * main/php_variables.c: |
| 4 | + MFB minor consistency cleanup |
| 5 | + |
| 6 | + * (PHP_5_1) |
| 7 | + main/php_variables.c: |
| 8 | + Minor consistency cleanup |
| 9 | + |
| 10 | +2005-08-10 Ilia Alshanetsky < [email protected]> |
| 11 | + |
| 12 | + * (PHP_4_4) |
| 13 | + NEWS |
| 14 | + NEWS |
| 15 | + ext/wddx/wddx.c |
| 16 | + ext/wddx/wddx.c: |
| 17 | + MFH: Fixed bug #34068 (Numeric string as array key not cast to integer in |
| 18 | + wddx_deserialize()). |
| 19 | + |
| 20 | + * ext/wddx/wddx.c: |
| 21 | + Fixed bug #34068 (Numeric string as array key not cast to integer in |
| 22 | + wddx_deserialize()). |
| 23 | + |
| 24 | +2005-08-10 Dmitry Stogov < [email protected]> |
| 25 | + |
| 26 | + * NEWS |
| 27 | + NEWS |
| 28 | + NEWS |
| 29 | + ZendEngine2/zend_execute.c |
| 30 | + ZendEngine2/zend_vm_def.h |
| 31 | + ZendEngine2/zend_vm_def.h |
| 32 | + ZendEngine2/zend_vm_execute.h |
| 33 | + ZendEngine2/zend_vm_execute.h |
| 34 | + ZendEngine2/zend_vm_opcodes.h |
| 35 | + ZendEngine2/zend_vm_opcodes.h: |
| 36 | + Fixed bug #34062 (Crash in catch block when many arguments are used) |
| 37 | + |
| 38 | + * NEWS |
| 39 | + NEWS |
| 40 | + ZendEngine2/zend_compile.c |
| 41 | + ZendEngine2/zend_compile.c |
| 42 | + ZendEngine2/zend_compile.h |
| 43 | + ZendEngine2/zend_compile.h |
| 44 | + ext/standard/basic_functions.c |
| 45 | + ext/standard/basic_functions.c: |
| 46 | + Fixed bug #25359 (array_multisort() doesn't work in a function if array is |
| 47 | + global or reference) |
| 48 | + |
| 49 | + * ZendEngine2/tests/bug34064.phpt |
| 50 | + ZendEngine2/tests/bug34064.phpt: |
| 51 | + |
| 52 | + Fixed bug #34064 (arr[] as param to function in class gives invalid |
| 53 | + opcode) |
| 54 | + |
| 55 | + * NEWS |
| 56 | + NEWS |
| 57 | + ZendEngine2/zend_vm_def.h |
| 58 | + ZendEngine2/zend_vm_def.h |
| 59 | + ZendEngine2/zend_vm_execute.h |
| 60 | + ZendEngine2/zend_vm_execute.h |
| 61 | + ZendEngine2/zend_vm_opcodes.h |
| 62 | + ZendEngine2/zend_vm_opcodes.h |
| 63 | + ZendEngine2/tests/bug34064.phpt: |
| 64 | + Fixed bug #34064 (arr[] as param to function in class gives invalid opcode) |
| 65 | + |
| 66 | + * ZendEngine2/tests/bug34064.phpt |
| 67 | + ZendEngine2/tests/bug34064.phpt: |
| 68 | + |
| 69 | + file bug34064.phpt was initially added on branch PHP_5_0. |
| 70 | + |
| 71 | + * (PHP_4_4) |
| 72 | + NEWS |
| 73 | + NEWS |
| 74 | + Zend/zend_execute.c |
| 75 | + ZendEngine2/zend_execute.c: |
| 76 | + Fixed bug #34064 (arr[] as param to function is allowed only if function |
| 77 | + receives argument by reference) |
| 78 | + |
| 79 | +2005-08-10 Antony Dovgal < [email protected]> |
| 80 | + |
| 81 | + * ext/standard/array.c: |
| 82 | + fix build |
| 83 | + |
| 84 | +2005-08-10 Dmitry Stogov < [email protected]> |
| 85 | + |
| 86 | + * ext/standard/tests/array/bug33940.phpt |
| 87 | + ext/standard/tests/array/bug33940.phpt |
| 88 | + ext/standard/tests/array/bug33940.phpt: |
| 89 | + 1.2.4; |
| 90 | + Fixed bug #33940 (array_map() fails to pass by reference when called |
| 91 | + recursively) |
| 92 | + |
| 93 | + * NEWS |
| 94 | + NEWS |
| 95 | + NEWS |
| 96 | + NEWS |
| 97 | + ext/standard/array.c |
| 98 | + ext/standard/array.c |
| 99 | + ext/standard/array.c |
| 100 | + ext/standard/array.c |
| 101 | + ext/standard/tests/array/bug33940.phpt |
| 102 | + ext/standard/tests/array/bug33940.phpt: |
| 103 | + Fixed bug #33940 (array_map() fails to pass by reference when called |
| 104 | + recursively) |
| 105 | + |
| 106 | + * ext/standard/tests/array/bug33940.phpt |
| 107 | + ext/standard/tests/array/bug33940.phpt: |
| 108 | + |
| 109 | + file bug33940.phpt was initially added on branch PHP_5_1. |
| 110 | + |
| 111 | + * ext/standard/tests/array/bug29253.phpt |
| 112 | + ext/standard/tests/array/bug29253.phpt |
| 113 | + ext/standard/tests/array/bug29253.phpt: |
| 114 | + 1.2.4; |
| 115 | + Fixed bug #29253 (array_diff with $GLOBALS argument fails) |
| 116 | + |
| 117 | + * NEWS |
| 118 | + NEWS |
| 119 | + NEWS |
| 120 | + NEWS |
| 121 | + ext/standard/array.c |
| 122 | + ext/standard/array.c |
| 123 | + ext/standard/array.c |
| 124 | + ext/standard/array.c |
| 125 | + ext/standard/tests/array/bug29253.phpt |
| 126 | + ext/standard/tests/array/bug29253.phpt: |
| 127 | + Fixed bug #29253 (array_diff with $GLOBALS argument fails) |
| 128 | + |
| 129 | + * ext/standard/tests/array/bug29253.phpt |
| 130 | + ext/standard/tests/array/bug29253.phpt: |
| 131 | + |
| 132 | + file bug29253.phpt was initially added on branch PHP_5_1. |
| 133 | + |
| 134 | + * NEWS |
| 135 | + NEWS |
| 136 | + ZendEngine2/zend_vm_def.h |
| 137 | + ZendEngine2/zend_vm_def.h |
| 138 | + ZendEngine2/zend_vm_execute.h |
| 139 | + ZendEngine2/zend_vm_execute.h |
| 140 | + ZendEngine2/tests/bug34045.phpt: |
| 141 | + Fixed bug #34045 (Buffer overflow with serialized object) |
| 142 | + |
| 143 | + * ZendEngine2/tests/bug34045.phpt |
| 144 | + ZendEngine2/tests/bug34045.phpt: |
| 145 | + |
| 146 | + file bug34045.phpt was initially added on branch PHP_5_1. |
| 147 | + |
1 | 148 | 2005-08-09 Andi Gutmans < [email protected]>
|
2 | 149 |
|
3 | 150 | * (PHP_5_1)
|
|
0 commit comments