Searched defs:_sapi_module_struct (Results 1 – 1 of 1) sorted by relevance
215 struct _sapi_module_struct { struct219 int (*startup)(struct _sapi_module_struct *sapi_module); argument222 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 7 milliseconds