diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | ext/standard/credits_sapi.h | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, PHP 5.3.0 Alpha 2 - Removed shebang line check from CGI sapi (it is checked by scanner) (Dmitry) + +- Added litespeed SAPI module. (George Wang) + - Fixed a bug that caused miscalculations with the "last <weekday> of <n> month" relative time string. (Derick) diff --git a/ext/standard/credits_sapi.h b/ext/standard/credits_sapi.h index 1c549f777a..56004e508e 100644 --- a/ext/standard/credits_sapi.h +++ b/ext/standard/credits_sapi.h @@ -21,6 +21,7 @@ CREDIT_LINE("CLI", "Edin Kadribasic, Marcus Boerger, Johannes Schlueter"); CREDIT_LINE("Continuity", "Alex Leigh (based on nsapi code)"); CREDIT_LINE("Embed", "Edin Kadribasic"); CREDIT_LINE("ISAPI", "Andi Gutmans, Zeev Suraski"); +CREDIT_LINE("litespeed", "George Wang"); CREDIT_LINE("NSAPI", "Jayakumar Muthukumarasamy, Uwe Schindler"); CREDIT_LINE("phttpd", "Thies C. Arntzen"); CREDIT_LINE("pi3web", "Holger Zimmermann"); |