History log of /php-src/sapi/fpm/tests/bug68591-conf-test-listen-group.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 1b48a5c8 12-Jan-2023 Jakub Zelenka

Fix ASAN reported leak in FPM config test

This happens because config test does not shutdown SAPI.

In addition this commit also fixes few failures when running FPM tests
under r

Fix ASAN reported leak in FPM config test

This happens because config test does not shutdown SAPI.

In addition this commit also fixes few failures when running FPM tests
under root.

Closes GH-10296

show more ...


# 21d8980d 23-Dec-2022 Jakub Zelenka

Fix bug #68591: Configuration test does not perform UID lookups

Addition check in fpm config test to verify existence of user, group,
listen.owner and listen.group.

Closes GH-10

Fix bug #68591: Configuration test does not perform UID lookups

Addition check in fpm config test to verify existence of user, group,
listen.owner and listen.group.

Closes GH-10165

show more ...