Skip to content

Commit 692c5f3

Browse files
committed
Remove pointless PHP version check
1 parent fc6dc07 commit 692c5f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/gen_stub.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
error_reporting(E_ALL);
1818
ini_set("precision", "-1");
1919

20-
if (PHP_VERSION_ID < 70400) {
21-
throw new Exception("The build system requires PHP 7.4 at least.\n");
22-
}
23-
2420
const PHP_70_VERSION_ID = 70000;
2521
const PHP_80_VERSION_ID = 80000;
2622
const PHP_81_VERSION_ID = 80100;

0 commit comments

Comments
 (0)