Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A DSAPI.h215 struct _sapi_module_struct { struct
219 int (*startup)(struct _sapi_module_struct *sapi_module); argument
222 int (*activate)(void);
223 int (*deactivate)(void);
237 char *(*read_cookies)(void);
248 char *executable_location;
250 int php_ini_ignore;
253 int (*get_fd)(int *fd);
255 int (*force_http_10)(void);
263 int phpinfo_as_text;
[all …]

Completed in 5 milliseconds