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)
Sun, Feb 23, 1:27 AM
Unknown Object (File)
Mon, Feb 17, 8:17 PM
Unknown Object (File)
Sun, Feb 9, 8:31 AM
Unknown Object (File)
Sun, Feb 9, 8:31 AM
Unknown Object (File)
Sun, Feb 9, 8:31 AM
Unknown Object (File)
Thu, Feb 6, 2:54 PM
Unknown Object (File)
Wed, Jan 29, 12:09 PM
Unknown Object (File)
Jan 25 2025, 6:19 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