summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-11-14 10:02:35 +0100
committerAnatoliy Belsky <ab@php.net>2012-11-14 10:02:35 +0100
commitf5d8b638c7864150db3e7d39ecf3808850c82e0f (patch)
tree003e4eb88647b21db946de97341716c846cb4127
parent019bdff3951f415e2d5c44933da30a4669c628e8 (diff)
downloadphp-git-f5d8b638c7864150db3e7d39ecf3808850c82e0f.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 26b179db30..bca9590678 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP NEWS
- Core:
. Fixed bug #63451 (config.guess file does not have AIX 7 defined,
shared objects are not created). (kemcline at au1 dot ibm dot com)
+- Apache2 Handler SAPI:
+ . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
+
?? ??? 2012, PHP 5.3.19
diff --git a/UPGRADING b/UPGRADING
index 9d62054bd6..bccae6631d 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -484,6 +484,8 @@ UPGRADE NOTES - PHP 5.3
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.3.20
+
=====================
11.1 New in PHP 5.3.4
=====================