diff options
author | Stanislav Malyshev <stas@php.net> | 2014-11-23 17:48:49 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-11-23 17:49:45 -0800 |
commit | ac56bacc63f839fbefaad76b2a37568bb567981c (patch) | |
tree | fc9845a24f8350e1fbdb1e82687fb044bd0d092f /NEWS | |
parent | f782d6710d5f065ef391aefa94ea3f56b5b6e962 (diff) | |
parent | 9c6742670ae048ebaee3d6a82f93e0303250df35 (diff) | |
download | php-git-ac56bacc63f839fbefaad76b2a37568bb567981c.tar.gz |
Merge branch 'pull-request/752'
* pull-request/752:
Updated NEWS regarding LiteSpeed SAPI
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |