sniper Wed Dec 29 19:59:28 2004 EDT
Modified files:
/php-src NEWS
Log:
cleanup..
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1827&r2=1.1828&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1827 php-src/NEWS:1.1828
--- php-src/NEWS:1.1827 Sun Dec 26 08:17:03 2004
+++ php-src/NEWS Wed Dec 29 19:59:28 2004
@@ -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 @@
- 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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php