Commit: e73beb82dfec93e4e196604107355b21bb2f166e Author: Anatoliy Belsky <a...@php.net> Wed, 14 Nov 2012 10:15:42 +0100 Parents: 0cac06c0ebe5033199ce984d005173edd94e615b Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e73beb82dfec93e4e196604107355b21bb2f166e Log: Updated NEWS Changed paths: M NEWS M UPGRADING Diff: diff --git a/NEWS b/NEWS index 41f2d2a..cc4cb1d 100644 --- a/NEWS +++ b/NEWS @@ -181,4 +181,7 @@ PHP NEWS . Fixed bug #63248 (Load multiple magic files from a directory under Windows). (Anatoliy) +- Apache2 Handler SAPI: + . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy) + <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> diff --git a/UPGRADING b/UPGRADING index 0e497f7..e6362be 100755 --- a/UPGRADING +++ b/UPGRADING @@ -13,7 +13,8 @@ PHP X.Y UPGRADE NOTES 8. Other Changes to Extensions 9. New Global Constants 10. Changes to INI File Handling -11. Other Changes +11. Windows Support +12. Other Changes ======================================== @@ -247,9 +248,15 @@ PHP X.Y UPGRADE NOTES APIs which use(are built) for mysqlnd. This allows ext/mysqli to be used with the new auth protocol, although at coarser level. +======================================== +11. Windows Support +======================================== + +- Apache 2.4 handler is supported as of PHP 5.5.0 + ======================================== -11. Other Changes +12. Other Changes ======================================== - Logo GUIDs will no longer work -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php