vlucas / bulletphp

A resource-oriented micro PHP framework
http://bulletphp.com
BSD 3-Clause "New" or "Revised" License
418 stars 50 forks source link

Support PHP8 #88

Open crypticmind opened 3 years ago

crypticmind commented 3 years ago

First time trying this project with recently released PHP8 got me this error:

Fatal error: Uncaught Error: Call to undefined function Bullet\get_magic_quotes_gpc() in /path/to/project/vendor/vlucas/bulletphp/src/Bullet/Request.php:73 Stack trace: #0 /path/to/project/public/index.php(11): Bullet\Request->__construct() #1 {main} thrown in /path/to/project/vendor/vlucas/bulletphp/src/Bullet/Request.php on line 73