From: foobar Date: Thu, 30 Dec 2004 00:59:28 +0000 (+0000) Subject: cleanup.. X-Git-Tag: RELEASE_0_2~436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5abd0518dd9a6bf3915b014355bce78fe77f1209;p=php cleanup.. --- diff --git a/NEWS b/NEWS index 18585803c8..63bd65d1e5 100644 --- a/NEWS +++ b/NEWS @@ -1,23 +1,23 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.1.0 -- Added constructors for mysqli_stmt and mysqli_result classes. (Georg) -- Made request start time be available via $_SERVER['REQUEST_TIME']. (Ilia) -- Allow gettimeofday() return a float if optional argument is specified. (Ilia) +- Changed stream_filter_(ap|pre)pend() to return resource. (Sara) +- Removed garbage manager in Zend Engine which results in more aggressive + freeing of data. (Dmitry, Andi) - Improved performance of: . general execution/compilation. (Andi, Thies, Sterling, Dmitry, Marcus) - . switch statement. (Dmitry) + . switch() statement. (Dmitry) . several array functions. (Marcus) . virtual path handling by adding a realpath() cache. (Andi) . variable fetches. (Andi) . magic method invocations. (Marcus) -- Removed garbage manager in Zend Engine which results in more aggressive - 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 possibility to access INI variables from within .ini file. (Andrei) +- Added constructors for mysqli_stmt and mysqli_result classes. (Georg) +- Added variable $_SERVER['REQUEST_TIME'] containing request start time. (Ilia) +- Added optional float parameter to gettimeofday(). (Ilia) - 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 +- 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: @@ -46,7 +46,8 @@ PHP NEWS - Added HTTP/1.1 and chunked encoding support to http:// wrapper. (Sara) - Added support of parameter=>value arrays to xsl_xsltprocessor_set_parameter(). (Tony) -- Changed stream_filter_(ap|pre)pend() to return resource. (Sara) +- Fixed extension initialization to respect dependancies between extensions. + (Wez) - Fixed a problem with SPL iterators aggregating the innner iterator. (Marcus) - Fixed bug with raw_post_data not getting set. (Brian) - Fixed bug in mysql::client_version(). (Georg)