mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
add "deepclone" extension
This commit is contained in:
@@ -74,6 +74,11 @@
|
|||||||
"qdbm"
|
"qdbm"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"deepclone": {
|
||||||
|
"type": "external",
|
||||||
|
"source": "deepclone",
|
||||||
|
"arg-type": "enable"
|
||||||
|
},
|
||||||
"dio": {
|
"dio": {
|
||||||
"support": {
|
"support": {
|
||||||
"BSD": "wip"
|
"BSD": "wip"
|
||||||
|
|||||||
@@ -84,6 +84,15 @@
|
|||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"deepclone": {
|
||||||
|
"type": "ghtagtar",
|
||||||
|
"repo": "symfony/php-ext-deepclone",
|
||||||
|
"path": "php-src/ext/deepclone",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dio": {
|
"dio": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://pecl.php.net/get/dio",
|
"url": "https://pecl.php.net/get/dio",
|
||||||
|
|||||||
Reference in New Issue
Block a user