]> granicus.if.org Git - php/commitdiff
- Tidy up NEWS a bit
authorDerick Rethans <derick@php.net>
Tue, 7 Dec 2004 08:46:14 +0000 (08:46 +0000)
committerDerick Rethans <derick@php.net>
Tue, 7 Dec 2004 08:46:14 +0000 (08:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e282067b11de5b251f883de743f1b2ea81e58440..3c0b4257a65545bfddf0f2d5d8646e8690a7819a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 @@ PHP                                                                        NEWS
   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 @@ 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() 
-  (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 @@ PHP                                                                        NEWS
 - 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)