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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kaplanlior at gmail dot com
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 05:01:29 2024 UTC