File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11--TEST--
2- FPM: bug8885 - access.log with stderr begins to write logs to error_log after daemon reload (GH-8885)
2+ FPM: GH-8885 - access.log with stderr begins to write logs to error_log after daemon reload
33--SKIPIF--
44<?php
55include "skipif.inc " ;
@@ -16,7 +16,7 @@ error_log = {{FILE:LOG}}
1616pid = {{FILE:PID}}
1717[unconfined]
1818listen = {{ADDR}}
19- access.log=/proc/self/fd/2
19+ access.log=/dev/stderr
2020ping.path = /ping
2121ping.response = pong
2222pm = dynamic
Original file line number Diff line number Diff line change 11--TEST--
2- FPM: bug8885 - access.log with stderr begins to write logs to error_log after daemon reload (GH-8885)
2+ FPM: GH-8885 - access.log with stderr begins to write logs to error_log after daemon reload
33--SKIPIF--
44<?php
55include "skipif.inc " ;
@@ -16,7 +16,7 @@ error_log = {{FILE:LOG}}
1616pid = {{FILE:PID}}
1717[unconfined]
1818listen = {{ADDR}}
19- access.log=/proc/self/fd/2
19+ access.log=/dev/stderr
2020ping.path = /ping
2121ping.response = pong
2222pm = dynamic
You can’t perform that action at this time.
0 commit comments