From: Peter Kokot Date: Sat, 11 May 2019 02:43:40 +0000 (+0200) Subject: Simplify LiteSpeed SAPI module version X-Git-Tag: php-7.4.0alpha1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dd6ec07d1e098e109412c1cc3099f52a1b17b88;p=php Simplify LiteSpeed SAPI module version This patch syncs versioning of the LiteSpeed SAPI module by making it in sync with the rest of the bundled PHP extensions and SAPIs. Closes #4145 --- diff --git a/sapi/litespeed/lsapi_main.c b/sapi/litespeed/lsapi_main.c index a0efa95a4f..991631081e 100644 --- a/sapi/litespeed/lsapi_main.c +++ b/sapi/litespeed/lsapi_main.c @@ -448,7 +448,7 @@ static int sapi_lsapi_activate() static sapi_module_struct lsapi_sapi_module = { "litespeed", - "LiteSpeed V7.3.2", + "LiteSpeed", php_lsapi_startup, /* startup */ php_module_shutdown_wrapper, /* shutdown */