nielse63 / php-image-cache

Image Cache is a very simple PHP class that accepts an image source and will compress and cache the file, move it to a new directory, and returns the new source for the image.
http://nielse63.github.io/php-image-cache
Other
457 stars 105 forks source link

Check if cache folder is writable before start caching. #24

Closed salkhwlani closed 8 years ago

salkhwlani commented 8 years ago

Check if cache folder is writable before start caching. Can disable check link of cached file by CURL ( function link_is_broken )