From: Date: Tue, 2 Jun 2009 01:33:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6895520ba3fffcc147b83a2480115f418c74dc81;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d15b2ee2a3..a80d109355 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +2009-06-01 Nuno Lopes + + * ZendEngine2/zend.h: + MFB: fix compiler warnings by moving all std includes after include of + zend_config.h + + * (PHP_5_3) + ZendEngine2/zend.h: + fix compiler warnings by moving all std includes after include of + zend_config.h. + this also fixes the build with stricter compilers than gcc (like clang) + +2009-06-01 Arnaud Le Blanc + + * (PHP_5_2) + ZendEngine2/tests/bug48228.phpt + ZendEngine2/tests/bug48228.phpt + ZendEngine2/tests/bug48408.phpt + ZendEngine2/tests/bug48408.phpt + ZendEngine2/tests/bug48409.phpt + ZendEngine2/tests/bug48409.phpt + ZendEngine2/tests/bug48428.phpt + ZendEngine2/tests/bug48428.phpt: + MFH: New tests + + * ZendEngine2/tests/bug48228.phpt + ZendEngine2/tests/bug48228.phpt + ZendEngine2/tests/bug48228.phpt + ZendEngine2/tests/bug48408.phpt + ZendEngine2/tests/bug48408.phpt + ZendEngine2/tests/bug48408.phpt + ZendEngine2/tests/bug48409.phpt + ZendEngine2/tests/bug48409.phpt + ZendEngine2/tests/bug48409.phpt + ZendEngine2/tests/bug48428.phpt + ZendEngine2/tests/bug48428.phpt + ZendEngine2/tests/bug48428.phpt: + 1.1.4; + New tests + + * (PHP_5_2) + ZendEngine2/zend.h + ZendEngine2/zend.h + ZendEngine2/zend_ptr_stack.h + ZendEngine2/zend_ptr_stack.h + ZendEngine2/zend_types.h + ZendEngine2/zend_types.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h: + MFH: better fix for #48409 , #48428 , #48228 + + * ZendEngine2/zend.h + ZendEngine2/zend_ptr_stack.h + ZendEngine2/zend_types.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + better fix for #48409 , #48428 , #48228 + +2009-06-01 Antony Dovgal + + * (PHP_5_2) + ext/json/json.c + ext/json/php_json.h: + fix ZTS build + +2009-06-01 Ilia Alshanetsky + + * ext/snmp/snmp.c: + + MFB: Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values). + + * (PHP_5_2) + NEWS + ext/snmp/snmp.c: + + Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values). + + * (PHP_5_3) + ext/snmp/snmp.c: + Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values) + +2009-06-01 Zoe Slattery + + * (PHP_5_2) + tests/lang/execution_order.phpt + tests/lang/execution_order.phpt: + Engine execution order tests + + * tests/lang/execution_order.phpt + tests/lang/execution_order.phpt + tests/lang/execution_order.phpt: + 1.1.4; + Engine execution order tests + +2009-06-01 Jani Taskinen + + * (PHP_5_2) + NEWS: + fix news + +2009-06-01 Zoe Slattery + + * ext/curl/tests/curl_basic_008.phpt + ext/curl/tests/curl_basic_008.phpt + ext/curl/tests/curl_basic_008.phpt + ext/curl/tests/curl_basic_010.phpt + ext/curl/tests/curl_basic_010.phpt + ext/curl/tests/curl_basic_010.phpt: + Fixes to work on Windows as well as Linux + 2009-05-31 Etienne Kneuss * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b8e97e6d5f..ee753ddb79 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,63 @@ +2009-06-01 Nuno Lopes + + * zend.h: + MFB: fix compiler warnings by moving all std includes after include of + zend_config.h + + * (PHP_5_3) + zend.h: + fix compiler warnings by moving all std includes after include of + zend_config.h. + this also fixes the build with stricter compilers than gcc (like clang) + +2009-06-01 Arnaud Le Blanc + + * (PHP_5_2) + tests/bug48228.phpt + tests/bug48228.phpt + tests/bug48408.phpt + tests/bug48408.phpt + tests/bug48409.phpt + tests/bug48409.phpt + tests/bug48428.phpt + tests/bug48428.phpt: + MFH: New tests + + * tests/bug48228.phpt + tests/bug48228.phpt + tests/bug48228.phpt + tests/bug48408.phpt + tests/bug48408.phpt + tests/bug48408.phpt + tests/bug48409.phpt + tests/bug48409.phpt + tests/bug48409.phpt + tests/bug48428.phpt + tests/bug48428.phpt + tests/bug48428.phpt: + 1.1.4; + New tests + + * (PHP_5_2) + zend.h + zend.h + zend_ptr_stack.h + zend_ptr_stack.h + zend_types.h + zend_types.h + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h: + MFH: better fix for #48409 , #48428 , #48228 + + * zend.h + zend_ptr_stack.h + zend_types.h + zend_vm_def.h + zend_vm_execute.h: + better fix for #48409 , #48428 , #48228 + 2009-05-30 Arnaud Le Blanc * (PHP_5_2)