add "deepclone" extension

This commit is contained in:
henderkes
2026-04-12 10:55:24 +07:00
parent 6e354b4c6a
commit 4bba584e88
2 changed files with 14 additions and 0 deletions

View File

@@ -74,6 +74,11 @@
"qdbm"
]
},
"deepclone": {
"type": "external",
"source": "deepclone",
"arg-type": "enable"
},
"dio": {
"support": {
"BSD": "wip"

View File

@@ -84,6 +84,15 @@
"path": "COPYING"
}
},
"deepclone": {
"type": "ghtagtar",
"repo": "symfony/php-ext-deepclone",
"path": "php-src/ext/deepclone",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"dio": {
"type": "url",
"url": "https://pecl.php.net/get/dio",