From: Date: Fri, 26 May 2006 05:31:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad466c9e7c62937ae471ef533a60ebbbe721d2da;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f654420286..c63024cbee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,149 @@ +2006-05-25 Ilia Alshanetsky + + * ext/wddx/wddx.c + ext/wddx/tests/bug37569.phpt: + MFB: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters). + + * (PHP_4_4) + NEWS + ext/wddx/wddx.c + ext/wddx/tests/bug37569.phpt: + MFH: Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters). + + * (PHP_5_2) + NEWS + ext/wddx/wddx.c + ext/wddx/tests/bug37569.phpt + ext/wddx/tests/bug37569.phpt + ext/wddx/tests/bug37569.phpt: + Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters) + +2006-05-25 Marcus Boerger + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h: + - Ease writing functions that deal with php function 'pointers' + +2006-05-25 Edin Kadribasic + + * main/php.h: + MFB: Missing definition, patch by Steph Fox + + * (PHP_5_2) + main/php.h: + Missing definition, patch by Steph Fox + +2006-05-25 Michael Wallner + + * ext/curl/streams.c: + MFB: fix bug #34180, --with-curlwrappers discards stream context options + + * (PHP_5_2) + NEWS + ext/curl/streams.c: + - implement standard http stream wrapper options, fixes bug #34180 + - skip empty headers in on_header_available() + +2006-05-25 Antony Dovgal + + * (PHP_5_2) + ext/dbase/dbf_head.c: + MFH: remove debug output and fix bug #37589 + + * ext/dbase/dbf_head.c: + remove debug output and fix bug #37589 + +2006-05-25 Marcus Boerger + + * ext/standard/tests/strings/bug22224.phpt: + - MFB + + * (PHP_5_2) + ext/standard/tests/strings/bug22224.phpt: + - Update test + +2006-05-25 Antony Dovgal + + * tests/basic/013.phpt + tests/basic/014.phpt + tests/basic/015.phpt + tests/basic/016.phpt + tests/basic/017.phpt + tests/basic/018.phpt + tests/basic/019.phpt + tests/basic/020.phpt: + fix tests in unicode mode + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_operators.c: + MFB: fix error messages when converting objects to other types + +2006-05-25 Marcus Boerger + + * (PHP_5_2) + NEWS + README.UPDATE_5_2: + - Update update news and sync with NEWS + + * (PHP_5_1) + NEWS + ext/wddx/wddx.c: + - MFH Fixed bug #37587 (var without attribute causes segfault + +2006-05-25 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_operators.c: + fix error messages when converting objects to other types + add new function + MFB will follow soon + +2006-05-25 Marcus Boerger + + * ext/wddx/wddx.c + ext/wddx/tests/bug37587.phpt + ext/wddx/tests/bug37587.phpt: + - Bugfix 37587 + +2006-05-25 Dmitry Stogov + + * (PHP_5_1) + NEWS + NEWS: + Fixed bug #37278 (SOAP not respecting uri in __soapCall) + + * (PHP_5_2) + NEWS + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c: + Fixed bug #37558 (timeout functionality doesn't work after a second PHP + starup on the same thread). (p dot desarnaud at wanadoo dot fr) + +2006-05-25 Antony Dovgal + + * (PHP_5_2) + NEWS: + reorder + +2006-05-25 Dmitry Stogov + + * (PHP_5_1) + NEWS + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h: + Fixed bug #37576 (FastCGI env (cgi vars) table overflow). (Piotr) + + * (PHP_5_1) + NEWS + NEWS + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + Fixed bug #37496 (FastCGI output buffer overrun) + 2006-05-24 Ilia Alshanetsky * ext/standard/basic_functions.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2043c9cc93..b750eac173 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,31 @@ +2006-05-25 Marcus Boerger + + * zend_API.c + zend_API.h: + - Ease writing functions that deal with php function 'pointers' + +2006-05-25 Antony Dovgal + + * zend_API.c + zend_API.h + zend_operators.c: + MFB: fix error messages when converting objects to other types + + * (PHP_5_2) + zend_API.c + zend_API.h + zend_operators.c: + fix error messages when converting objects to other types + add new function + MFB will follow soon + +2006-05-25 Dmitry Stogov + + * zend_execute_API.c + zend_execute_API.c: + Fixed bug #37558 (timeout functionality doesn't work after a second PHP + starup on the same thread). (p dot desarnaud at wanadoo dot fr) + 2006-05-23 Marcus Boerger * (PHP_5_2)