Update test-extensions.php

This commit is contained in:
Marc 2025-07-05 15:56:36 +07:00 committed by GitHub
parent 4024f9d6dd
commit 9935eba336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {