mirror of https://github.com/php/php-src
Browse Source
Since the ini message handlers already check for basedir, we need to
drop the basedir check from ini_set. Then we also fix the exceptional
case for the empty string: it should bypass the basedir check.
Furthermore, there was a regression introduced with the error_log
"syslog" check in ddfe269a
(inverted check), so we fix that as well.
Closes GH-19487
pull/19289/merge
committed by
Arnaud Le Blanc
4 changed files with 23 additions and 8 deletions
Loading…
Reference in new issue