Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.h217 struct _sapi_module_struct { struct
221 int (*startup)(struct _sapi_module_struct *sapi_module); argument
224 int (*activate)(TSRMLS_D);
225 int (*deactivate)(TSRMLS_D);
239 char *(*read_cookies)(TSRMLS_D);
246 char *php_ini_path_override;
253 char *executable_location;
255 int php_ini_ignore;
260 int (*force_http_10)(TSRMLS_D);
268 int phpinfo_as_text;
[all …]

Completed in 21 milliseconds