1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-16 06:26:08 +02:00
Files
php-htmlpurifier/library/HTMLPurifier
Jasper Zonneveld 2512f595e0 Check PHP version before checking magic quotes (#273)
This function has been DEPRECATED as of PHP 7.4.0. Relying on this function is highly discouraged. It is basically useless as of PHP 5.4 because it will always return false, so for modern applications it can be safely removed. But as this library still supports PHP 5.2 — according to the constraints in composer.json — I added a version check to prevent this method from being called (and trigger a notice) on PHP >=7.4.

See: https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
2020-09-30 20:19:10 -04:00
..
2016-07-01 15:52:09 -04:00
2016-10-02 00:14:41 -07:00
2017-02-10 00:40:56 +01:00
2008-12-06 04:24:59 -05:00
2017-03-06 20:31:28 -08:00
2016-10-27 17:30:44 -07:00