Home
last modified time | relevance | path

Searched refs:litespeed (Results 1 – 7 of 7) sorted by relevance

/php-src/sapi/litespeed/
H A Dconfig.m43 PHP_ARG_ENABLE([litespeed],,
4 [AS_HELP_STRING([--enable-litespeed],
5 [Build PHP as litespeed module])],
9 …PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/litespeed/Makefile.frag,$abs_srcdir/sapi/litespeed,sapi…
10 SAPI_LITESPEED_PATH=sapi/litespeed/php
11 PHP_SELECT_SAPI(litespeed, program, lsapi_main.c lsapilib.c, "", '$(SAPI_LITESPEED_PATH)')
17 SAPI_LITESPEED_PATH=sapi/litespeed/php.exe
H A DMakefile.frag1 litespeed: $(SAPI_LITESPEED_PATH)
6 install-litespeed: $(SAPI_LITESPEED_PATH)
H A DCREDITS1 litespeed
H A Dlsapi_main.c1603 PHP_MINFO_FUNCTION(litespeed);
1605 static PHP_MINIT_FUNCTION(litespeed) in PHP_MINIT_FUNCTION() argument
1631 static PHP_MSHUTDOWN_FUNCTION(litespeed) in PHP_MSHUTDOWN_FUNCTION() argument
1643 PHP_MINIT(litespeed),
1644 PHP_MSHUTDOWN(litespeed),
H A DREADME.md28 You need to add `--enable-litespeed` to the configure command to build PHP with
34 ./configure --enable-litespeed
38 You should find an executable called `lsphp` under `sapi/litespeed/` directory
/php-src/.github/
H A Dlabeler.yml383 "SAPI: litespeed":
386 - sapi/litespeed/**/*
/php-src/
H A DEXTENSIONS55 EXTENSION: litespeed

Completed in 21 milliseconds