add apcu support

This commit is contained in:
crazywhalecc 2023-05-02 15:12:58 +08:00
parent 1c2343f740
commit 669c7b188b
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
3 changed files with 15 additions and 0 deletions

View File

@ -35,6 +35,10 @@
"zlib" "zlib"
] ]
}, },
"apcu": {
"type": "external",
"source": "apcu"
},
"event": { "event": {
"type": "external", "type": "external",
"source": "ext-event", "source": "ext-event",

View File

@ -209,6 +209,16 @@
"path": "LICENSE" "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": { "mcrypt": {
"type": "url", "type": "url",
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz", "url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",

View File

@ -8,6 +8,7 @@
| | Linux | macOS | Windows | | | Linux | macOS | Windows |
|------------|---------------------------------------------------------------------|----------------------------------------------------------------|---------| |------------|---------------------------------------------------------------------|----------------------------------------------------------------|---------|
| apcu | yes | yes | |
| bcmath | yes | yes | | | bcmath | yes | yes | |
| bz2 | yes | yes | | | bz2 | yes | yes | |
| calendar | yes | yes | | | calendar | yes | yes | |