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
846 stars 359 forks source link

Deprecated: Array and string offset access syntax with curly braces is deprecated in ...\class.upload.php on line 2726 #138

Closed xian04 closed 4 years ago

xian04 commented 4 years ago

I am using the library on my local machine using xampp. I was able to upload the images but when I turn on the PHP error reporting this message shows up. Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\xampp\htdocs\test\lib\class.upload.php on line 2726. (Just annoyed me)

I am using PHP Version 7.4.7.

verot commented 4 years ago

Which version of the class are you using?

xian04 commented 4 years ago

Hi @verot, I am not sure what version I am using. But I have tried to download the latest class and included on my program and it seems to work fine. So, maybe I am using the old version of it. The file was on my machine since 2018 I think. Anyway, thank you for this amazing library.