Merge branch 'main' into feat/xdebug-dynamic

This commit is contained in:
crazywhalecc
2025-04-18 09:45:19 +08:00
15 changed files with 55 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ SPC_SKIP_DOCTOR_CHECK_ITEMS=""
; RHEL: /usr/lib64/php/modules
; Alpine: /usr/lib/php{PHP_VERSION}/modules
; where {PHP_VERSION} is 84 for php 8.4
EXTENSION_DIR=
; EXTENSION_DIR=
[windows]
; php-sdk-binary-tools path

View File

@@ -257,6 +257,7 @@
"Windows": "wip",
"BSD": "wip"
},
"notes": true,
"type": "external",
"source": "ext-imagick",
"arg-type": "custom",

View File

@@ -210,12 +210,12 @@
"libwebp",
"freetype",
"libtiff",
"libheif"
"libheif",
"bzip2"
],
"lib-suggests": [
"zstd",
"xz",
"bzip2",
"libzip",
"libxml2"
]

View File

@@ -639,7 +639,7 @@
"mimalloc": {
"type": "ghtagtar",
"repo": "microsoft/mimalloc",
"match": "v2.+",
"match": "v2.2.[^3].*",
"provide-pre-built": false,
"license": {
"type": "file",