[Process] ExecutableFinder throws a warning if open_basedir is active and a non-existent directory is in the allowed directories list · Issue #13929 · symfony/symfony · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 59 (https://github.com/symfony/symfony/blob/2.7/src/Symfony/Component/Process/ExecutableFinder.php#L59) ExecutableFinder checks if paths in open_basedir php config are directories.
This check throws a php warning if one path is non-existent.
The only solution I can think about it is to suppress warning with the @ operator.
For reference: https://bugs.php.net/bug.php?id=69240
The text was updated successfully, but these errors were encountered: