Edit report at https://bugs.php.net/bug.php?id=61149&edit=1
ID: 61149 Updated by: ras...@php.net Reported by: kaplanlior at gmail dot com Summary: access.format directive should be in quotation marks -Status: Open +Status: Closed Type: Bug Package: FPM related PHP Version: 5.3.10 -Assigned To: +Assigned To: rasmus Block user comment: N Private report: N New Comment: Fixed, thanks. Will be in 5.3.11. Previous Comments: ------------------------------------------------------------------------ [2012-02-20 20:29:23] ras...@php.net Automatic comment from SVN on behalf of rasmus Revision: http://svn.php.net/viewvc/?view=revision&revision=323395 Log: Fix bug 61149 ------------------------------------------------------------------------ [2012-02-20 19:59:37] kaplanlior at gmail dot com Description: ------------ Following up on Debian bug #660581 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660581), I've noticed that in commit r312399 to php.net (http://svn.php.net/viewvc?view=revision&revision=312399) a commented access.format directive was added to php-fpm.conf.in for the 5.3, 5.4 and trunk branches. Although this was done in one commit, the directive in 5.4 and trunk is between quotation marks, while the one in 5.3 branch isn't. 5.3: ; Default: "%R - %u %t \"%m %r\" %s" ;access.format = %R - %u %t "%m %r%Q%q" %s %f %{mili}d %{kilo}M %C%% 5.4: ; Default: "%R - %u %t \"%m %r\" %s" ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%" ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61149&edit=1