verot / class.upload.php

This PHP class uploads files and manipulates images very easily. It is in fact as much as an image processing class than it is an upload class. Compatible with PHP 4, 5, 7 and 8. Supports processing of local files, uploaded files, files sent through XMLHttpRequest.
http://www.verot.net/php_class_upload.htm
GNU General Public License v2.0
853 stars 359 forks source link

Update class.upload.php #164

Closed ThomasDev-de closed 2 years ago

ThomasDev-de commented 2 years ago

Implicit conversion from Float to Int is deprecated since PHP8.1

verot commented 2 years ago

Should be now fixed with 456535b.

Thank you.