Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug60227_3.phpt4 expose_php=0
H A Dbug60227_4.phpt4 expose_php=0
H A Dbug60227_2.phpt4 expose_php=0
/PHP-5.4/main/
H A Dphp_globals.h113 zend_bool expose_php; member
H A Dmain.c495 …STD_PHP_INI_BOOLEAN("expose_php", "1", PHP_INI_SYSTEM, OnUpdateBool, expose_php, php_core…
1575 if (PG(expose_php)) { in php_request_startup()
1625 if (PG(expose_php)) { in php_request_startup()
H A Dphp_variables.c539 if (PG(expose_php) && SG(request_info).query_string && SG(request_info).query_string[0] == '=') { in php_handle_special_queries()
/PHP-5.4/ext/standard/
H A Dinfo.c707 int expose_php = INI_INT("expose_php"); in php_print_info() local
726 if (expose_php && !sapi_module.phpinfo_as_text) { in php_print_info()
834 if (expose_php && !sapi_module.phpinfo_as_text) { in php_print_info()
850 if ((flag & PHP_INFO_CREDITS) && expose_php && !sapi_module.phpinfo_as_text) { in php_print_info()
/PHP-5.4/sapi/apache2handler/
H A Dsapi_apache2.c408 if (PG(expose_php)) { in php_apache_add_version()
/PHP-5.4/sapi/apache2filter/
H A Dsapi_apache2.c583 if (PG(expose_php)) { in php_apache_add_version()
/PHP-5.4/sapi/apache/
H A Dmod_php5.c967 if (PG(expose_php)) { in php_init_handler()
/PHP-5.4/sapi/apache_hooks/
H A Dmod_php5.c1253 if (PG(expose_php)) { in php_init_handler()
/PHP-5.4/
H A Dphp.ini-development366 expose_php = On
H A Dphp.ini-production366 expose_php = On

Completed in 41 milliseconds