jani Tue Aug 21 23:24:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-src php.ini-dist php.ini-recommended Log: MFH:Fix typo in fastcgi.logging option example http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.21&r2=1.231.2.10.2.22&diff_format=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.231.2.10.2.21 php-src/php.ini-dist:1.231.2.10.2.22 --- php-src/php.ini-dist:1.231.2.10.2.21 Tue Jul 24 14:21:36 2007 +++ php-src/php.ini-dist Tue Aug 21 23:24:18 2007 @@ -522,7 +522,7 @@ ; fastcgi.impersonate = 1; ; Disable logging through FastCGI connection -; fastcgi.log = 0 +; fastcgi.logging = 0 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.22&r2=1.179.2.11.2.23&diff_format=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.179.2.11.2.22 php-src/php.ini-recommended:1.179.2.11.2.23 --- php-src/php.ini-recommended:1.179.2.11.2.22 Tue Jul 24 14:21:36 2007 +++ php-src/php.ini-recommended Tue Aug 21 23:24:18 2007 @@ -572,7 +572,7 @@ ; fastcgi.impersonate = 1; ; Disable logging through FastCGI connection -; fastcgi.log = 0 +; fastcgi.logging = 0 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php