Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3378208
D25948.1744351942.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25948.1744351942.diff
View Options
diff --git a/src/applications/config/check/PhabricatorPHPPreflightSetupCheck.php b/src/applications/config/check/PhabricatorPHPPreflightSetupCheck.php
--- a/src/applications/config/check/PhabricatorPHPPreflightSetupCheck.php
+++ b/src/applications/config/check/PhabricatorPHPPreflightSetupCheck.php
@@ -11,31 +11,6 @@
}
protected function executeChecks() {
- $version = phpversion();
- if (version_compare($version, 7, '>=') &&
- version_compare($version, 7.1, '<')) {
- $message = pht(
- 'You are running PHP version %s. PHP versions between 7.0 and 7.1 '.
- 'are not supported'.
- "\n\n".
- 'PHP removed required signal handling features in '.
- 'PHP 7.0, and did not restore an equivalent mechanism until PHP 7.1.'.
- "\n\n".
- 'Upgrade to PHP 7.1 or newer (recommended) or downgrade to an older '.
- 'version of PHP 5 (discouraged).',
- $version);
-
- $this->newIssue('php.version7')
- ->setIsFatal(true)
- ->setName(pht('PHP 7.0-7.1 Not Supported'))
- ->setMessage($message)
- ->addLink(
- 'https://secure.phabricator.com/T12101',
- pht('PHP 7 Compatibility Information'));
-
- return;
- }
-
// TODO: This can be removed entirely because the minimum PHP version is
// now PHP 5.5, which does not have safe mode.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 11, 06:12 (5 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1275844
Default Alt Text
D25948.1744351942.diff (1 KB)
Attached To
Mode
D25948: Remove setup check for PHP 7.0
Attached
Detach File
Event Timeline
Log In to Comment