summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-11-14 10:06:46 +0100
committerAnatoliy Belsky <ab@php.net>2012-11-14 10:06:46 +0100
commit5a1d2fe415cbd21f2237629b956012565494f203 (patch)
tree4abd3454360c88c57904a288a5b37fb4db77be7b
parent55a4da7f53820846f38a89b061193afa943a0954 (diff)
downloadphp-git-5a1d2fe415cbd21f2237629b956012565494f203.tar.gz
UPdated NEWS
-rw-r--r--NEWS3
-rwxr-xr-xUPGRADING2
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee9a884edf..3672fe038c 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,9 @@ PHP NEWS
. Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
traitnames). (Laruence)
+- Apache2 Handler SAPI:
+ . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
+
18 Oct 2012, PHP 5.4.8
- CLI server:
diff --git a/UPGRADING b/UPGRADING
index 68102b8447..0293a6a660 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -525,6 +525,8 @@ b. Extensions with changed behavior
must be activated manually with the "extension = php_com_dotnet.dll" directive
in php.ini.
+- Apache 2.4 handler is supported as of PHP 5.4.9
+
==================
12. New in PHP 5.4
==================