helly Wed Oct 6 17:31:04 2004 EDT Modified files: /php-src NEWS Log: Style... http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1815&r2=1.1816&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1815 php-src/NEWS:1.1816 --- php-src/NEWS:1.1815 Tue Oct 5 20:01:38 2004 +++ php-src/NEWS Wed Oct 6 17:31:00 2004 @@ -23,13 +23,13 @@ . 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 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php