diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2019-05-11 04:43:40 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2019-06-09 22:32:47 +0200 |
| commit | 2dd6ec07d1e098e109412c1cc3099f52a1b17b88 (patch) | |
| tree | 36d924ca802d62be4590b2fa58225ba4cdd4bc4b /sapi | |
| parent | 5b36c9fef6a03246765d10ea77ad6a68d2843cb6 (diff) | |
| download | php-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.c | 2 |
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 */ |
