Skip to content

Commit 3fb68f3

Browse files
authored
Merge branch 'main' into feat/decimal
2 parents 4f27d2d + 562fbf2 commit 3fb68f3

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

config/ext.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"lib-depends": [
8282
"libmpdec"
8383
]
84+
"deepclone": {
85+
"type": "external",
86+
"source": "deepclone",
87+
"arg-type": "enable"
8488
},
8589
"dio": {
8690
"support": {

config/source.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@
9494
"path": "LICENSE"
9595
}
9696
},
97+
"deepclone": {
98+
"type": "ghtagtar",
99+
"repo": "symfony/php-ext-deepclone",
100+
"path": "php-src/ext/deepclone",
101+
"license": {
102+
"type": "file",
103+
"path": "LICENSE"
104+
}
105+
},
97106
"dio": {
98107
"type": "url",
99108
"url": "https://pecl.php.net/get/dio",

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'ubuntu-24.04', // bin/spc for x86_64
3131
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
3232
'ubuntu-24.04-arm', // bin/spc for arm64
33-
// 'windows-2022', // .\bin\spc.ps1
33+
'windows-2022', // .\bin\spc.ps1
3434
'windows-2025',
3535
];
3636

0 commit comments

Comments
 (0)