helly Thu Aug 19 03:45:26 2004 EDT Modified files: /php-src NEWS Log: BFN + reorder http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1793&r2=1.1794&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1793 php-src/NEWS:1.1794 --- php-src/NEWS:1.1793 Wed Aug 18 12:58:19 2004 +++ php-src/NEWS Thu Aug 19 03:45:24 2004 @@ -3,16 +3,6 @@ ?? ??? 2004, PHP 5.1.0 - Implement access to INI variables from within .ini file. (Andrei) - Add SAPI hook to get the current request time. (Rasmus) -- Fixed bug #29522 (accessing properties without connection) (Georg) -- Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default) (Georg) -- Fixed bug #29311 (calling parent constructor in mysqli). (Georg) -- Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) - (Dmitry, Wez) -- Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry) -- Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry) -- Fixed bug #29061 (soap extension segfaults). (Dmitry) -- Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry) -- Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry) - PHP will now respect extension dependencies when initializing. (Wez) - Added new functions: . array_diff_key() (Andrey) @@ -35,10 +25,19 @@ - Added bz2 stream filter support. (Sara) - Added support of parameter->value arrays to xsl_xsltprocessor_set_parameter() (Tony) -- Changed the implementation of TRUE, FALSE, and NULL from constants to - keywords. (Marcus) - Fixed bug in mysql->client_version (Georg) - Fixed ZTS destruction. (Marcus) +- Fixed bug #29728 (Reflection API Feature: Default parameter value). (Marcus) +- Fixed bug #29522 (accessing properties without connection). (Georg) +- Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default). (Georg) +- Fixed bug #29311 (calling parent constructor in mysqli). (Georg) +- Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) + (Dmitry, Wez) +- Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry) +- Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry) +- Fixed bug #29061 (soap extension segfaults). (Dmitry) +- Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry) +- Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry) 13 Jul 2004, PHP 5.0.0 - Rewritten UNIX and Windows install help files. (Documentation Team)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php