changelog Fri May 26 05:31:52 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2356&r2=1.2357&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2356 php-src/ChangeLog:1.2357 --- php-src/ChangeLog:1.2356 Thu May 25 05:31:52 2006 +++ php-src/ChangeLog Fri May 26 05:31:52 2006 @@ -1,3 +1,149 @@ +2006-05-25 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h: + - Ease writing functions that deal with php function 'pointers' + +2006-05-25 Edin Kadribasic <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/standard/tests/strings/bug22224.phpt: + - MFB + + * (PHP_5_2) + ext/standard/tests/strings/bug22224.phpt: + - Update test + +2006-05-25 Antony Dovgal <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/wddx/wddx.c + ext/wddx/tests/bug37587.phpt + ext/wddx/tests/bug37587.phpt: + - Bugfix 37587 + +2006-05-25 Dmitry Stogov <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + reorder + +2006-05-25 Dmitry Stogov <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * ext/standard/basic_functions.c: