Topic: PHP 8
Hi,
FA is working on PHP 5.6.
FA is not working in PHP 7 or PHP 8.
Probably because there are calls to "mysql_connect", in stead of "mysqli_connect". The "mysql_connect" is removed in PHP 7.*. So also in not available in PHP 8.
If I translate all mysql to mysqli of all db calls, does FA work on PHP 8?
Or are there more things to change?
Or is the FA team already working on this?