summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-11-23 17:48:49 -0800
committerStanislav Malyshev <stas@php.net>2014-11-23 17:49:45 -0800
commitac56bacc63f839fbefaad76b2a37568bb567981c (patch)
treefc9845a24f8350e1fbdb1e82687fb044bd0d092f /NEWS
parentf782d6710d5f065ef391aefa94ea3f56b5b6e962 (diff)
parent9c6742670ae048ebaee3d6a82f93e0303250df35 (diff)
downloadphp-git-ac56bacc63f839fbefaad76b2a37568bb567981c.tar.gz
Merge branch 'pull-request/752'
* pull-request/752: Updated NEWS regarding LiteSpeed SAPI
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 50fe518b9b..1c0cf2f048 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,9 @@ PHP NEWS
- FPM:
. Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright)
+- LiteSpeed:
+ . Updated LiteSpeed SAPI code from V5.5 to V6.6. (George Wang)
+
- Reflection
. Fixed inheritance chain of Reflector interface (Tjerk)