opensemanticsearch / solr-php-ui

Solr client and user interface for search
https://opensemanticsearch.org/solr-php-ui
GNU General Public License v3.0
21 stars 21 forks source link

get_magic_quotes has been removed from PHP, as can be seen here: #76

Open vsessink opened 4 months ago

vsessink commented 4 months ago

This check has been removed: https://www.php.net/manual/en/function.get-magic-quotes-gpc.php and for good reason: the configuration setting it should report on, has been removed even earlier: in PHP 5.4.0: https://www.php.net/releases/5_4_0.php or about 10 years ago.

So this check serves no purpose - it has been returning false for 10 years.

Closes #71