]> granicus.if.org Git - php/commitdiff
Style...
authorMarcus Boerger <helly@php.net>
Wed, 6 Oct 2004 21:31:00 +0000 (21:31 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 6 Oct 2004 21:31:00 +0000 (21:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c5591f1574f06879504ef6625b2746508906b245..644b5ceecb5e7b86b288c782f72b32b6fb609105 100644 (file)
--- 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)