Do not check other PHP requirements if the PHP version is incompatible in test.php
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 6 Sep 2023 09:27:27 +0000 (11:27 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 6 Sep 2023 09:27:27 +0000 (11:27 +0200)
commit749114055e381731b3c6e497bf9b9074b8620306
tree5643750cf9c333c8f0dd40a61efd8129c7fe9eb7
parent680fbad753b381b211fb2491056b4afc485b135c
Do not check other PHP requirements if the PHP version is incompatible in test.php

If the PHP version is not compatible, we can't really trust the other results
anyway, because test.php itself might not be compatible with the PHP version in
question and also because a change of PHP version might also change the php.ini
/ loaded extensions.
wcfsetup/test.php