Commit 93576a8
committed
minor symfony#53190 [Process] Suppress warnings from
This PR was merged into the 6.4 branch.
Discussion
----------
[Process] Suppress warnings from `is_executable`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | symfony#52953
| License | MIT
The code was recently changed in symfony/process@1f07ae6
Every other `is_executable()` call suppresses warnings. I believe it should here too. Otherwise it outputs:
```
is_executable(): open_basedir restriction in effect. File(/usr/bin/tar) is not within the allowed path(s): (/Users/bytestream)
```
Commits
-------
f72945f Suppress warnings from is_executableis_executable (bytestream)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments