Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace exec usage with Compatibility::exec() #606

Open
JoosuaKoskinen opened this issue Aug 4, 2021 · 0 comments
Open

Replace exec usage with Compatibility::exec() #606

JoosuaKoskinen opened this issue Aug 4, 2021 · 0 comments
Labels
bug codebase Refactoring and overall codebase health-related topics.

Comments

@JoosuaKoskinen
Copy link
Contributor

Describe the bug

Same case as with #604.

The exec return type has changed on PHP 8.0 and Compatibility::exec() will take care of that. All usage of exec should be replaced with Compatibility::exec() and checked if the result is false.

@JoosuaKoskinen JoosuaKoskinen added bug codebase Refactoring and overall codebase health-related topics. labels Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug codebase Refactoring and overall codebase health-related topics.
Projects
None yet
Development

No branches or pull requests

1 participant