summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-09-11 16:32:08 +0000
committerZeev Suraski <zeev@php.net>1999-09-11 16:32:08 +0000
commit7afbcb4fef0c590460a5c6bfd6b3c2fc7b7c57d1 (patch)
tree144cda425df82bb145d41cf6ceaa426609bc87a9 /php.ini-dist
parent27afe4e49b89a0214db6601f8f24119eb656f89a (diff)
downloadphp-git-7afbcb4fef0c590460a5c6bfd6b3c2fc7b7c57d1.tar.gz
Rename allow_builtin_links to expose_php
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist8
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.