From: Marcus Boerger Date: Wed, 6 Oct 2004 21:31:00 +0000 (+0000) Subject: Style... X-Git-Tag: PRE_NEW_VM_GEN_PATCH~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee40e4dc90a257eb21fe84b7a5a9fa8e5f4643f1;p=php Style... --- diff --git a/NEWS b/NEWS index c5591f1574..644b5ceecb 100644 --- a/NEWS +++ b/NEWS @@ -23,13 +23,13 @@ PHP NEWS . stream_wrapper_unregister() (Sara) . stream_wrapper_restore() (Sara) . stream_filter_remove() (Sara) - . DomDocumentFragment->appendXML() (Christian) - . SimpleXMLElement->registerXPathNamespace() (Christian) - . mysqli->client_info property (Georg) + . DomDocumentFragment::appendXML() (Christian) + . SimpleXMLElement::registerXPathNamespace() (Christian) + . mysqli::client_info property (Georg) . inet_pton() (Sara) . inet_ntop() (Sara) . fputcsv() (David Sklar) -- Added DomDocument->recover property for parsing not well-formed +- Added DomDocument::$recover property for parsing not well-formed XML Documents. (Christian) - Added Cursor support for MySQL 5.0.x in mysqli (Georg) - Added proxy support to ftp wrapper via http. (Sara) @@ -37,11 +37,11 @@ PHP NEWS - Added zlib stream filter support. (Sara) - Added bz2 stream filter support. (Sara) - Added HTTP/1.1 and chunked encoding support to http:// wrapper. (Sara) -- Added support of parameter->value arrays to xsl_xsltprocessor_set_parameter() +- Added support of parameter=>value arrays to xsl_xsltprocessor_set_parameter() (Tony) - Changed stream_filter_(ap|pre)pend() to return resource. (Sara) - Fixed bug with raw_post_data not getting set. (Brian) -- Fixed bug in mysql->client_version. (Georg) +- 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)