PHP Classes

PHP 7.4

Recommend this page to a friend!

      Image Transform  >  All threads  >  PHP 7.4  >  (Un) Subscribe thread alerts  
Subject:PHP 7.4
Summary:Something broken on PHP 7.4.3
Messages:2
Author:Stan Nalepa
Date:2021-05-13 07:06:47
 

  1. PHP 7.4   Reply   Report abuse  
Picture of Stan Nalepa Stan Nalepa - 2021-05-13 07:06:47
Hello.

The shared server where I used this package has upgraded it's PHP to 7.4.3 and since then the package doesn't work any more. It seems that something in the code isn't compatible with the new PHP interpreter.

The images don't show after processing, I use the resize function to get them smaller, then put them in cache before serving them online.
I've noticed that nothing is written to the cache folder any more, but is the problem in the cache function, or is it the resize function that doesn't work?

I must thank you for a wonderful script package, I have been using it for several years now, and I hope that it can be made to work again on newer PHP implementations!

  2. Re: PHP 7.4   Reply   Report abuse  
Picture of Stan Nalepa Stan Nalepa - 2021-05-13 08:24:30 - In reply to message 1 from Stan Nalepa
False alarm!

The packacke works with PHP 7.4.3!!
The problem was elsewhere,it was in the address to the source of images.

Sorry if I made somebody worry - it took some searching to find the actcual cause!

Kudos for this superb package.