Home
last modified time | relevance | path

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

/php-src/main/
H A DSAPI.h237 struct _sapi_module_struct { struct
241 int (*startup)(struct _sapi_module_struct *sapi_module); argument
244 int (*activate)(void);
245 int (*deactivate)(void);
259 char *(*read_cookies)(void);
270 char *executable_location;
272 int php_ini_ignore;
275 int (*get_fd)(int *fd);
277 int (*force_http_10)(void);
285 int phpinfo_as_text;
[all …]

Completed in 8 milliseconds