I was reading about PHP 8.0
Posted: Tue Dec 12, 2023 6:58 pm
I was reading about PHP 8.0 yesterday
and it requires all variables to be declared
so telling someone to go ahead to upgrade to PHP 8 might not be the correct answer due to extensions may have been made without declaring the variables.
I happen to be viewing a PHP program GETID3.php and it has none of the variables declared.
and it requires all variables to be declared
so telling someone to go ahead to upgrade to PHP 8 might not be the correct answer due to extensions may have been made without declaring the variables.
I happen to be viewing a PHP program GETID3.php and it has none of the variables declared.