summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-11 04:43:40 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-09 22:32:47 +0200
commit2dd6ec07d1e098e109412c1cc3099f52a1b17b88 (patch)
tree36d924ca802d62be4590b2fa58225ba4cdd4bc4b /sapi
parent5b36c9fef6a03246765d10ea77ad6a68d2843cb6 (diff)
downloadphp-git-2dd6ec07d1e098e109412c1cc3099f52a1b17b88.tar.gz
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
Diffstat (limited to 'sapi')
-rw-r--r--sapi/litespeed/lsapi_main.c2
1 files changed, 1 insertions, 1 deletions
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 */