tsugiproject / tsugi-php

The Library Code for Tsugi PHP
Apache License 2.0
8 stars 26 forks source link

Remove any use of get_magic_quotes_gpc #28

Open csev opened 4 years ago

csev commented 4 years ago

This has been deprecated since PHP 5.4. If you are running Tsugi with PHP < 5.4 make sure get_magic_quotes_gpc is turned off :)

Here is the tsugi-dev bug report:

I installed latest XAMPP (PHP Version 7.4.6) and get errors:

Deprecated: Function get_magic_quotes_gpc() is deprecated in C:\xampp\htdocs\tsugi\vendor\tsugi\lib\src\Core\LTIX.php on line 780

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\tsugi\vendor\tsugi\lib\src\Core\LTIX.php:780) in C:\xampp\htdocs\tsugi\vendor\tsugi\lib\src\Core\LTIX.php on line 392

br matti