On Mon, Feb 20, 2012 at 21:29, Rasmus Lerdorf <ras...@php.net> wrote:
> rasmus                                   Mon, 20 Feb 2012 20:29:26 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=323395
>
> Log:
> Fix bug 61149
>
> Bug: https://bugs.php.net/61149 (Open) access.format directive should be in 
> quotation marks
>
> Changed paths:
>    U   php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in
>
> Modified: php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in
> ===================================================================
> --- php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in       2012-02-20 
> 18:28:57 UTC (rev 323394)
> +++ php/php-src/branches/PHP_5_3/sapi/fpm/php-fpm.conf.in       2012-02-20 
> 20:29:26 UTC (rev 323395)
> @@ -399,7 +399,7 @@
>  ;  %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%%"

That doesn't look right. Don't the inner " need to be escaped?

-Hannes

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to