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
errcontext is removed in PHP 8.
According to the RFC of its removal, it'll throw a deprecation warning. I haven't tested, but you can easily strip out the parameter from errorHandler as it is not being used.
errcontext is removed in PHP 8.
According to the RFC of its removal, it'll throw a deprecation warning. I haven't tested, but you can easily strip out the parameter from errorHandler as it is not being used.
References:
The text was updated successfully, but these errors were encountered: