let tests succeed

This commit is contained in:
DubbleClick 2025-03-30 23:37:22 +07:00
parent 0524129b64
commit 3fe50e9ca3

View File

@ -35,10 +35,10 @@ $zts = false;
$no_strip = false;
// compress with upx
$upx = true;
$upx = false;
// 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) {