f3-factory / fatfree-core

Fat-Free Framework core library
GNU General Public License v3.0
206 stars 89 forks source link

3F and PHP 8.1 #336

Closed oleg-andreyev closed 2 years ago

oleg-andreyev commented 2 years ago

PHP Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in base.php on line 2538

xfra35 commented 2 years ago

Which version are you using? This should have been fixed in https://github.com/bcosca/fatfree-core/commit/e1923de23b7c50abb63221261d8f8b860b1d1351

oleg-andreyev commented 2 years ago

Installed ^3.8 and issue is gone.