diff options
author | Marcus Boerger <helly@php.net> | 2004-08-19 07:45:24 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-08-19 07:45:24 +0000 |
commit | f97066dc17ac7ed61056925ecaeb9ec0f80dada2 (patch) | |
tree | 160ba14aec476301fc87bfc8d33650ad8a05e921 | |
parent | 308081cd11d82f673327af45e48b9cc234d6a233 (diff) | |
download | php-git-f97066dc17ac7ed61056925ecaeb9ec0f80dada2.tar.gz |
BFN + reorder
-rw-r--r-- | NEWS | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -3,16 +3,6 @@ PHP NEWS ?? ??? 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 @@ PHP NEWS - 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) |