Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14086816
D20942.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
502 B
Referenced Files
None
Subscribers
None
D20942.id.diff
View Options
diff --git a/support/startup/PhabricatorStartup.php b/support/startup/PhabricatorStartup.php
--- a/support/startup/PhabricatorStartup.php
+++ b/support/startup/PhabricatorStartup.php
@@ -523,7 +523,7 @@
"'{$required_version}'.");
}
- if (get_magic_quotes_gpc()) {
+ if (@get_magic_quotes_gpc()) {
self::didFatal(
"Your server is configured with PHP 'magic_quotes_gpc' enabled. This ".
"feature is 'highly discouraged' by PHP's developers and you must ".
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 4:53 PM (1 h, 58 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6778792
Default Alt Text
D20942.id.diff (502 B)
Attached To
Mode
D20942: Guard call to "get_magic_quotes_gpc()" with "@" to silence PHP 7.4+ warning
Attached
Detach File
Event Timeline
Log In to Comment