Skip to content

Commit 1ec4eb4

Browse files
author
Hauke Ingwersen
committed
hide php headers in php.ini
1 parent 7d83de2 commit 1ec4eb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

usr/local/etc/php/php.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ opcache.memory_consumption=${PHP_OPCACHE_MEMORY_CONSUMPTION}
5656
opcache.max_wasted_percentage=${PHP_OPCACHE_MAX_WASTED_PERCENTAGE}
5757
opcache.interned_strings_buffer=16
5858
opcache.fast_shutdown=1
59+
60+
;;;;;;;;;;;;;;;;;
61+
; Miscellaneous ;
62+
;;;;;;;;;;;;;;;;;
63+
64+
; http://www.php.net/manual/en/ini.core.php#ini.expose-php
65+
expose_php = Off

0 commit comments

Comments
 (0)