diff options
author | Johannes Schlüter <johannes@php.net> | 2008-08-06 02:37:17 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-08-06 02:37:17 +0000 |
commit | 5e06d51ea211b5636d86732d82d711c41dbc1e57 (patch) | |
tree | 6fa81e88cd2914af4053f549044259c4114a6511 | |
parent | 927a84bdfb9e6f7af81220f7c1bbd50ef016b412 (diff) | |
download | php-git-5e06d51ea211b5636d86732d82d711c41dbc1e57.tar.gz |
- litespeed was merged from HEAD
-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"); |