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
minor #52455 [Process] Fix OutputMemoryLimitProcess.php cannot be executable (GromNaN)
This PR was merged into the 6.4 branch.
Discussion
----------
[Process] Fix OutputMemoryLimitProcess.php cannot be executable
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
PHP files cannot be executable without shebang.
File introduced by #48485
Note that there is no other executable .php file.
Commits
-------
09992b7 PHP files cannot be executable without shebang
0 commit comments