PHP Migration
-
Hallo,
I want to migrate my website from PHP 7.4 to PHP 8.3.21. But chatgpt says: Several problem areas – these are deprecated constructs: 4× Problematic count($var) == 0, where $var may be null.
⛔ PHP 8.0+ throws an error here if $var is not an array or Countable object.
→ Files: AsaCollectionImport.php, AsaCore.php1× Use of each()
→ File: lib/AsaZend/Cache/Backend.php
❌ This will generate a fatal error in PHP 8.
Could you please change this?
Thank you!
Regards
Frank
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PHP Migration’ is closed to new replies.