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
Sorry for the delay responding here - I'm of the "fail fast" mentality. I think that if even one of the paths is invalid the entire test should fail. The error message should be updated in the case of multiple directories, however, to tell the user which one failed.
Sorry for the delay responding here - I'm of the "fail fast" mentality. I
think that if even one of the paths is invalid the entire test should fail.
The error message should be updated in the case of multiple directories,
however, to tell the user which one failed.
—
Reply to this email directly or view it on GitHub #89 (comment).
Currently, if you open_basedir contains more then one path, for example:
consraints included in CheckSoapWsdlCacheDir and CheckUploadTmpDir are not passing at:
due to realpath usage, which returns false for coma separated paths:
The idea is to split $openBasedir by PATH_SEPARATOR into an array of $openBasedirPaths and to check each one of them against included rules.
The question is, how should I treat it. If one of paths === false, then should entire test fails? Or maybe all of them should be equal false?
What do you think about it? I can prepare tommorow appropriate patch.
The text was updated successfully, but these errors were encountered: