seravo-plugin icon indicating copy to clipboard operation
seravo-plugin copied to clipboard

Replace exec usage with Compatibility::exec()

Open JoosuaKoskinen opened this issue 3 years ago • 0 comments

Describe the bug

Same case as with https://github.com/Seravo/seravo-plugin/issues/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 avatar Aug 04 '21 13:08 JoosuaKoskinen