Hi,
Is it possible to change temporarily (for a single script) the error_log filename?
Using
ini_set('error_log', $_SERVER['DOCUMENT_ROOT'] . '/mylogs/mylog.log');
in a script (Apache/PHP-FPM v8.1) I receive always false
as result.
I remember that it worked fine in a old Apache/PHP-CGI (5 or 7) application.
Thanks