diff options
| author | jvoisin | 2025-05-13 16:24:50 +0200 |
|---|---|---|
| committer | jvoisin | 2025-05-13 16:24:50 +0200 |
| commit | 847afcae9b6a0570dca96e23d8adf94831a09b4c (patch) | |
| tree | 9f23746840bcb76cdb3b75502a7c83b15b3c86a3 /Makefile | |
| parent | f31381db897989b8341cf4936b7bff829981d837 (diff) | |
Remove the useless show_old_php_warning feature
People are usually well-aware of the outdatedness of the PHP version they're
running, which is likely why they're running Snuffleupagus in the first place.
This feature shouldn't have been enabled by default, and I fail to see any case
where anyone would want to enable it. Moreover, it doesn't take LTS versions
from vendors/distributions into account, thus breaking on RHEL/Debian (old)stable.
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -40,7 +40,7 @@ tests: release tests-incremental ## compile a release build and run the testsui | |||
| 40 | 40 | ||
| 41 | tests-incremental: ## perform an incremental build and run the testsuite | 41 | tests-incremental: ## perform an incremental build and run the testsuite |
| 42 | make -C $(SRC) | 42 | make -C $(SRC) |
| 43 | TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 SP_SKIP_OLD_PHP_CHECK=1 make -C $(SRC) test | 43 | TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C $(SRC) test |
| 44 | 44 | ||
| 45 | coverage: ## compile snuffleugpaus, and run the testsuite with coverage | 45 | coverage: ## compile snuffleugpaus, and run the testsuite with coverage |
| 46 | cd $(SRC); phpize | 46 | cd $(SRC); phpize |
