#include "php.h"
#include "SAPI.h"
#include "php_main.h"
#include "php_ini.h"
#include "php_variables.h"
#include "zend_highlight.h"
#include "zend_portability.h"
#include "zend.h"
#include "ext/standard/basic_functions.h"
#include "ext/standard/info.h"
#include "ext/standard/head.h"
#include "lsapilib.h"
#include "lsapi_main_arginfo.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <signal.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/time.h>
#include <fcntl.h>
Go to the source code of this file.
◆ DEBUG_MESSAGE
#define DEBUG_MESSAGE |
( |
| fmt, |
|
|
| ... ) |
◆ INI_DEFAULT
Value:
zend_hash_update(configuration_hash,
name,
sizeof(
name), tmp,
sizeof(
zval), (
void**)&entry);\
#define ZVAL_STRING(z, s)
ZEND_API char *ZEND_FASTCALL zend_strndup(const char *s, size_t length)
#define Z_STRVAL_P(zval_p)
#define Z_STRLEN_P(zval_p)
Definition at line 110 of file lsapi_main.c.
◆ SAPI_LSAPI_MAX_HEADER_LENGTH
◆ fn_activate_user_ini_chain_t
◆ http_error
◆ user_config_cache_entry
◆ litespeed_cleanup()
void litespeed_cleanup |
( |
int | signal | ) |
|
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ PHP_FUNCTION() [1/4]
◆ PHP_FUNCTION() [2/4]
◆ PHP_FUNCTION() [3/4]
◆ PHP_FUNCTION() [4/4]
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
litespeed | | ) |
|
◆ setArgv0()
void setArgv0 |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ start_children()
void start_children |
( |
int | children | ) |
|
◆ litespeed_module_entry
Initial value:= {
"litespeed",
ext_functions,
}
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES
Definition at line 86 of file lsapi_main.c.