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
Delete the lines that check for PHP 7.0, and replace all occurrences of ... ?? with ... !==null?...:. For example, replace $config["name"] ?? with $config["name"] !== null ? $config["name"] :.
Nobody wants install php7 on ubuntu, centos, debian.....
It is very very hard!!
The text was updated successfully, but these errors were encountered: