com php-src: Remove `user=foo` from FPM test conf ig: sapi/fpm/tests/013.phpt sapi/fpm/tests/01 4.phpt
[email protected] (Sara Golemon)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: d316ba2d659c73f0fea1f895ef554891c3dd130b Author: Sara Golemon <[email protected]> Wed, 24 May 2017 15:07:24 -0700 Parents: d8d1c78ed08423738376adc450aba3932b33a20e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d316ba2d659c73f0fea1f895ef554891c3dd130b Log: Remove `user=foo` from FPM test config This setting has nothing to do with what's being tested, and on any system without a "foo" user we'll get a spurious error. Changed paths: M sapi/fpm/tests/013.phpt M sapi/fpm/tests/014.phpt Diff: diff --git a/sapi/fpm/tests/013.phpt b/sapi/fpm/tests/013.phpt index 641eb44..d28f3e4 100644 --- a/sapi/fpm/tests/013.phpt +++ b/sapi/fpm/tests/013.phpt @@ -16,7 +16,6 @@ error_log = $logfile log_level = warning [unconfined] listen = 127.0.0.1:$port -user = foo pm = dynamic pm.max_children = 5 pm.start_servers = 2 diff --git a/sapi/fpm/tests/014.phpt b/sapi/fpm/tests/014.phpt index e243ef6..56e2471 100644 --- a/sapi/fpm/tests/014.phpt +++ b/sapi/fpm/tests/014.phpt @@ -16,7 +16,6 @@ error_log = $logfile log_level = warning [unconfined] listen = 127.0.0.1:$port -user = foo pm = dynamic pm.max_children = 5 ;pm.start_servers = 2