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
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Same case as with #604.
The
exec
return type has changed on PHP 8.0 andCompatibility::exec()
will take care of that. All usage ofexec
should be replaced withCompatibility::exec()
and checked if the result isfalse
.The text was updated successfully, but these errors were encountered: