Home
last modified time | relevance | path

Searched defs:_sapi_module_struct (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/main/
H A DSAPI.h218 struct _sapi_module_struct { struct
222 int (*startup)(struct _sapi_module_struct *sapi_module); argument
225 int (*activate)(void);
226 int (*deactivate)(void);
240 char *(*read_cookies)(void);
251 char *executable_location;
253 int php_ini_ignore;
256 int (*get_fd)(int *fd);
258 int (*force_http_10)(void);
266 int phpinfo_as_text;
[all …]

Completed in 7 milliseconds