derick          Tue Dec  7 03:46:15 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  - Tidy up NEWS a bit
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1825&r2=1.1826&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1825 php-src/NEWS:1.1826
--- php-src/NEWS:1.1825 Sat Dec  4 02:16:44 2004
+++ php-src/NEWS        Tue Dec  7 03:46:14 2004
@@ -1,12 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
-- Add apache_reset_timeout() Apache1 function. (Rasmus)
-- Make request start time be available via $_SERVER['REQUEST_TIME']. (Ilia)
+- Made request start time be available via $_SERVER['REQUEST_TIME']. (Ilia)
 - Allow gettimeofday() return a float if optional argument is specified. (Ilia)
-- Added sqlite_fetch_column_types() 3rd argument for arrays. (Ilia)
-- Added optional offset parameter to stream_get_contents() and 
-  file_get_contents(). (Ilia)
 - Improved performance of:
   . general execution/compilation. (Andi, Thies, Sterling, Dmitry, Marcus)
   . switch statement. (Dmitry)
@@ -18,6 +14,10 @@
   freeing of data. (Dmitry, Andi)
 - Implemented access to INI variables from within .ini file. (Andrei)
 - PHP will now respect extension dependencies when initializing. (Wez)
+- Added apache_reset_timeout() Apache1 function. (Rasmus)
+- Added sqlite_fetch_column_types() 3rd argument for arrays. (Ilia)
+- Added optional offset parameter to stream_get_contents() and 
+  file_get_contents(). (Ilia)
 - Added SAPI hook to get the current request time. (Rasmus)
 - Added new functions:
   . array_diff_key() (Andrey)
@@ -43,8 +43,8 @@
 - 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() 
-  (Tony)
+- Added support of parameter=>value arrays to
+  xsl_xsltprocessor_set_parameter(). (Tony)
 - Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
 - Fixed a problem with SPL iterators aggregating the innner iterator. (Marcus)
 - Fixed bug with raw_post_data not getting set. (Brian)
@@ -54,8 +54,8 @@
 - Fixed bug #29522 (accessing properties without connection). (Georg)
 - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default). (Georg)
 - Fixed bug #29311 (calling parent constructor in mysqli). (Georg)
-- Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)
-  (Dmitry, Wez)
+- Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345
+  bytes).  (Dmitry, Wez)
 - Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry)
 - Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry)
 - Fixed bug #29061 (soap extension segfaults). (Dmitry)

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

Reply via email to