derick          Mon Aug  9 11:56:52 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  - Fixed speling and some reordering
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1784&r2=1.1785&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1784 php-src/NEWS:1.1785
--- php-src/NEWS:1.1784 Sat Aug  7 00:50:24 2004
+++ php-src/NEWS        Mon Aug  9 11:56:51 2004
@@ -8,28 +8,28 @@
 - 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)
-- Added new functions :
+- PHP will now respect extension dependencies when initializing. (Wez)
+- Added new functions:
   . array_diff_key() (Andrey)
   . array_diff_ukey() (Andrey)
   . array_intersect_key() (Christiano Duarte)
   . array_intersect_ukey() (Christiano Duarte)
-  . stream_context_get_default()  (Wez)
-  . stream_socket_enable_crypto()  (Wez)
+  . stream_context_get_default() (Wez)
+  . stream_socket_enable_crypto() (Wez)
   . SimpleXMLElement->registerXPathNamespace() (Christian)
   . mysqli->client_info property (Georg)
   . inet_pton() (Sara)
   . inet_ntop() (Sara)
-- PHP will now respect extension dependencies when initializing.  (Wez)
 - Added Cursor support for MySQL 5.0.x in mysqli (Georg)
 - Added proxy support to ftp wrapper via http. (Sara)
 - Added MDTM support to ftp_url_stat. (Sara)
-- Added zlib stream filter suport. (Sara)
+- Added zlib stream filter support. (Sara)
 - Added bz2 stream filter support. (Sara)
 - Added support of parameter->value arrays to xsl_xsltprocessor_set_parameter() 
   (Tony)
-- Fixed bug in mysql->client_version (Georg)
 - Changed the implementation of TRUE, FALSE, and NULL from constants to
   keywords. (Marcus)
+- Fixed bug in mysql->client_version (Georg)
 - Fixed ZTS destruction. (Marcus)
 
 13 Jul 2004, PHP 5.0.0

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to