add apcu support

This commit is contained in:
crazywhalecc
2023-05-02 15:12:58 +08:00
parent 1c2343f740
commit 669c7b188b
3 changed files with 15 additions and 0 deletions

View File

@@ -209,6 +209,16 @@
"path": "LICENSE"
}
},
"apcu": {
"type": "url",
"url": "http://pecl.php.net/get/APCu",
"path": "php-src/ext/apcu",
"filename": "apcu.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"mcrypt": {
"type": "url",
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",