johannes Wed Aug 6 02:37:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS /php-src/ext/standard credits_sapi.h Log: - litespeed was merged from HEAD http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.248&r2=1.2027.2.547.2.965.2.249&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.248 php-src/NEWS:1.2027.2.547.2.965.2.249 --- php-src/NEWS:1.2027.2.547.2.965.2.248 Tue Aug 5 18:03:46 2008 +++ php-src/NEWS Wed Aug 6 02:37:16 2008 @@ -2,6 +2,9 @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 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) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits_sapi.h?r1=1.17.2.1.2.1&r2=1.17.2.1.2.1.2.1&diff_format=u Index: php-src/ext/standard/credits_sapi.h diff -u php-src/ext/standard/credits_sapi.h:1.17.2.1.2.1 php-src/ext/standard/credits_sapi.h:1.17.2.1.2.1.2.1 --- php-src/ext/standard/credits_sapi.h:1.17.2.1.2.1 Sun Apr 29 00:43:11 2007 +++ php-src/ext/standard/credits_sapi.h Wed Aug 6 02:37:17 2008 @@ -21,6 +21,7 @@ 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");
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php