]> granicus.if.org Git - php/commitdiff
Simplify LiteSpeed SAPI module version
authorPeter Kokot <peterkokot@gmail.com>
Sat, 11 May 2019 02:43:40 +0000 (04:43 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 9 Jun 2019 20:32:47 +0000 (22:32 +0200)
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

sapi/litespeed/lsapi_main.c

index a0efa95a4fb40a0fb96150f1b3bea82c9dc02f8f..991631081e037a818a8d3754d7df1231c71b2ce2 100644 (file)
@@ -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 */