-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove any occurrence of magic_quotes functions
set_magic_quotes_runtime, get_magic_quotes_gpc, set_magic_quotes_gpc... were deprecated since php 5.3 and removed in 5.4. If at all, there were dummy functions which didn't do anything at all and always returned false which hopefully fix #468
- Loading branch information
Colinax
committed
Dec 1, 2019
1 parent
0dff609
commit 6d043c8
Showing
10 changed files
with
16 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.