diff options
author | Zeev Suraski <zeev@php.net> | 1999-09-11 16:32:08 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-09-11 16:32:08 +0000 |
commit | 7afbcb4fef0c590460a5c6bfd6b3c2fc7b7c57d1 (patch) | |
tree | 144cda425df82bb145d41cf6ceaa426609bc87a9 /php.ini-dist | |
parent | 27afe4e49b89a0214db6601f8f24119eb656f89a (diff) | |
download | php-git-7afbcb4fef0c590460a5c6bfd6b3c2fc7b7c57d1.tar.gz |
Rename allow_builtin_links to expose_php
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/php.ini-dist b/php.ini-dist index d125ef05fd..896e9b24bc 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -57,10 +57,10 @@ highlight.default = #0000BB highlight.html = #000000 ; Misc -allow_builtin_links = Off ; Sets whether phpinfo() will generate built-in links that display the PHP - ; and Zend logos, and tells PHP whether to honor them or not. - ; It is no security threat in any way, but it makes it possible - ; to determine whether you use PHP on your server or not. +expose_php = On ; Decides whether PHP may expose the fact that it is installed on the + ; server (e.g., by adding its signature to the Web server header). + ; It is no security threat in any way, but it makes it possible + ; to determine whether you use PHP on your server or not. |