diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 5f687683..2577827e 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -44,7 +44,7 @@ $upx = false; $frankenphp = true; // prefer downloading pre-built packages to speed up the build process -$prefer_pre_built = true; +$prefer_pre_built = false; // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). $extensions = match (PHP_OS_FAMILY) {