jani Tue Aug 21 23:24:01 2007 UTC
Modified files:
/php-src php.ini-dist php.ini-recommended
Log:
Fix typo in fastcgi.logging option example
http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.267&r2=1.268&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.267 php-src/php.ini-dist:1.268
--- php-src/php.ini-dist:1.267 Tue Jul 24 14:18:47 2007
+++ php-src/php.ini-dist Tue Aug 21 23:24:01 2007
@@ -447,7 +447,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.217&r2=1.218&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.217 php-src/php.ini-recommended:1.218
--- php-src/php.ini-recommended:1.217 Tue Jul 24 14:18:47 2007
+++ php-src/php.ini-recommended Tue Aug 21 23:24:01 2007
@@ -484,7 +484,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