shivammathur / setup-php

GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools.
https://setup-php.com
MIT License
2.92k stars 341 forks source link

display_errors not taken into account #748

Closed dunglas closed 1 year ago

dunglas commented 1 year ago

Describe the bug

The display_errors directive is set to STDOUT even if ini-file is set to development and if display_errors is explicitly set to On in ini-values.

https://github.com/dunglas/frankenphp/actions/runs/5448382450/jobs/9911496281?pr=157

Context: I'm still trying to run the test suite of FrankenPHP with setup-php.

Version

Runners

Operating systems Ubuntu

PHP versions 8.2

To Reproduce

Expected behavior

Screenshots/Logs

Additional context

Are you willing to submit a PR?