Page MenuHomePhabricator

Guard call to "get_magic_quotes_gpc()" with "@" to silence PHP 7.4+ warning
ClosedPublic

Authored by epriestley on Jan 14 2020, 8:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 5, 11:53 AM
Unknown Object (File)
Apr 23 2025, 5:15 PM
Unknown Object (File)
Apr 15 2025, 3:50 AM
Unknown Object (File)
Apr 14 2025, 6:46 AM
Unknown Object (File)
Apr 13 2025, 10:39 PM
Unknown Object (File)
Apr 13 2025, 5:09 AM
Unknown Object (File)
Apr 12 2025, 11:27 PM
Unknown Object (File)
Apr 5 2025, 11:09 AM
Subscribers
None

Details

Summary

Fixes T13471. Recent versions of PHP raise a warning when this function is called.

We're only calling it so we can instantly fatal if it's enabled, so use "@" to silence the warning.

Test Plan

Loaded site; see also T13471 for a user reporting that this fix is effective.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable