From: Rasmus Lerdorf Date: Tue, 21 Feb 2012 00:01:19 +0000 (+0000) Subject: Yup, these need to be escaped. Good catch. X-Git-Tag: PHP-5.4.1-RC1~26^2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69f24fb50276efb0226d22896a420c90a1c09cd1;p=php Yup, these need to be escaped. Good catch. --- diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index 7126a99ccb..845eae75e7 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -399,7 +399,7 @@ pm.max_spare_servers = 3 ; %u: remote user ; ; Default: "%R - %u %t \"%m %r\" %s" -;access.format = "%R - %u %t "%m %r%Q%q" %s %f %{mili}d %{kilo}M %C%%" +;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%" ; The log file for slow requests ; Default Value: not set