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
ErrorException: filter_var(): explicit use of FILTER_FLAG_SCHEME_REQUIRED and FILTER_FLAG_HOST_REQUIRED is deprecated
if (!filter_var($image, FILTER_VALIDATE_URL, FILTER_FLAG_HOST_REQUIRED)) {
thrownewInvalidArgumentException('The default image specified is not a recognized gravatar "default" and is not a valid URL');
} else {
$this->defaultImage = $image;
}
Phalcon Framework version: 3.4.4
Phalcon Incubator version: 3.4
PHP Version: 7.3
The text was updated successfully, but these errors were encountered:
Currently i get this error on PHP 7.3
ErrorException: filter_var(): explicit use of FILTER_FLAG_SCHEME_REQUIRED and FILTER_FLAG_HOST_REQUIRED is deprecated
The text was updated successfully, but these errors were encountered: