Bug #71959
closedInstallation: Resolve correct PHP version from version string
0%
Description
Currently PHP 7 is in RC state. Some people might have dev version installed. Currently the install tools has two checks for PHP version, one for PHP 7. The current released PHP7 versions are not handled correctly during installation process as version_compare handles a 7.0.0-dev lower than 7.0.0 and wrong notifications are displayed.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45046
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45046
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45046
Updated by Gerrit Code Review almost 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45247
Updated by Alexander Opitz almost 9 years ago
Please ignore last message from Gerrit. Was my fault.
Updated by Nicole Cordes almost 9 years ago
- Status changed from Under Review to Closed
Solved with PHP 7 release