mirror of
https://github.com/php/php-src.git
synced 2026-04-14 19:41:05 +02:00
php_check_open_basedir() expects a local filesystem path, but we're handing it a `glob://...` URI instead. Move the check to after the path trim so that we're checking a meaningful pathspec.