PHP 8.X Support
Observations
- Builtin array function (ex: each) is removed. Libraries (Smarty, adodb bundled version need to be upgraded)
- Member function can no longer be invoked in static scope. Static keyword should be used.
- get_magic_quotes function is removed.