iliaa Mon Dec 27 21:42:23 2004 EDT Modified files: /php-src php.ini-recommended Log: Turn off sending of PHP identifying header. This is complete useless for any practical application and is a total wasting bandwidth/cpu. http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.165&r2=1.166&ty=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.165 php-src/php.ini-recommended:1.166 --- php-src/php.ini-recommended:1.165 Sun Nov 28 08:21:09 2004 +++ php-src/php.ini-recommended Mon Dec 27 21:42:23 2004 @@ -288,7 +288,7 @@ ; (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. -expose_php = On +expose_php = Off ;;;;;;;;;;;;;;;;;;;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php