Author: Nikita Popov (nikic) Date: 2021-03-31T22:29:09+02:00 Commit: https://github.com/php/web-master/commit/c8506579ad37c65a3b21d71517c0f8d39af6e387 Raw diff: https://github.com/php/web-master/commit/c8506579ad37c65a3b21d71517c0f8d39af6e387.diff
Remove get_magic_quotes_gpc() checks master.php.net runs PHP 5.4, where magic quotes no longer exist. Add a sanity check that they're really disable, and drop code handling them. There was at least one use of escape() that wouldn't do the right thing if this code was run with magic quotes. Changed paths: M entry/svn-account.php M fetch/cvsauth.php M forgot.php M include/functions.inc M manage/event.php M manage/user-notes.php -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
