Searched refs:xbithack (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/sapi/apache/ |
H A D | mod_php5.h | 32 long xbithack; member
|
H A D | php_apache.c | 115 …STD_PHP_INI_ENTRY("xbithack", "0", PHP_INI_ALL, OnUpdateLong, xbithack, php_apache_info_str…
|
H A D | mod_php5.c | 910 if(!AP(xbithack)) { in php_xbithack_handler()
|
/PHP-5.3/sapi/apache_hooks/ |
H A D | mod_php5.h | 32 long xbithack; member
|
H A D | mod_php5.c | 1196 if(!AP(xbithack)) { in php_xbithack_handler()
|
H A D | php_apache.c | 101 …STD_PHP_INI_ENTRY("xbithack", "0", PHP_INI_ALL, OnUpdateLong, xbithack, php_apache_info_str…
|
/PHP-5.3/sapi/apache2handler/ |
H A D | php_apache.h | 71 long xbithack; member
|
H A D | php_functions.c | 531 …STD_PHP_INI_ENTRY("xbithack", "0", PHP_INI_ALL, OnUpdateLong, xbithack, php_apache2_info_struct, …
|
H A D | sapi_apache2.c | 572 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
|
Completed in 31 milliseconds