php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61149 access.format directive should be in quotation marks
Submitted: 2012-02-20 19:59 UTC Modified: 2012-02-20 20:29 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: kaplanlior at gmail dot com Assigned: rasmus (profile)
Status: Closed Package: FPM related
PHP Version: 5.3.10 OS:
Private report: No CVE-ID: None
 [2012-02-20 19:59 UTC] 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%%"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-20 20:29 UTC] rasmus@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 20:29 UTC] rasmus@php.net
Fixed, thanks. Will be in 5.3.11.
 [2012-02-20 20:29 UTC] rasmus@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: rasmus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC