. 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)
- 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)