Home
last modified time | relevance | path

Searched refs:expose_php (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/main/
H A Dphp_globals.h123 zend_bool expose_php; member
H A Dmain.c457 …STD_PHP_INI_BOOLEAN("expose_php", "1", PHP_INI_SYSTEM, OnUpdateBool, expose_php, php_core…
1457 if (PG(expose_php)) { in php_request_startup()
1507 if (PG(expose_php)) { in php_request_startup()
H A Dphp_variables.c574 if (PG(expose_php) && SG(request_info).query_string && SG(request_info).query_string[0] == '=') { in php_handle_special_queries()
/PHP-5.3/ext/standard/
H A Dinfo.c659 int expose_php = INI_INT("expose_php"); in php_print_info() local
678 if (expose_php && !sapi_module.phpinfo_as_text) { in php_print_info()
883 if (expose_php && !sapi_module.phpinfo_as_text) { in php_print_info()
903 if ((flag & PHP_INFO_CREDITS) && expose_php && !sapi_module.phpinfo_as_text) { in php_print_info()
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c409 if (PG(expose_php)) { in php_apache_add_version()
/PHP-5.3/sapi/apache2filter/
H A Dsapi_apache2.c585 if (PG(expose_php)) { in php_apache_add_version()
/PHP-5.3/sapi/apache/
H A Dmod_php5.c971 if (PG(expose_php)) { in php_init_handler()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c1258 if (PG(expose_php)) { in php_init_handler()
/PHP-5.3/
H A Dphp.ini-development435 expose_php = On
H A Dphp.ini-production435 expose_php = On

Completed in 49 milliseconds