Gregwar / Image

A PHP library to handle images
MIT License
993 stars 190 forks source link

[BC/BREAK] Issue with remote files since v2.0.23 #163

Open PastisD opened 5 years ago

PastisD commented 5 years ago

Hello,

Since commit 25fbb91a95d41d44587ee7ca8923745b66221a7d, the remote urls are not working anymore because file_exists() always return false with remote url. Maybe we can use curlor get_headers() or whatever you want with filter_var($url, FILTER_VALIDATE_URL); :)