mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
add apcu support
This commit is contained in:
parent
1c2343f740
commit
669c7b188b
@ -35,6 +35,10 @@
|
|||||||
"zlib"
|
"zlib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"apcu": {
|
||||||
|
"type": "external",
|
||||||
|
"source": "apcu"
|
||||||
|
},
|
||||||
"event": {
|
"event": {
|
||||||
"type": "external",
|
"type": "external",
|
||||||
"source": "ext-event",
|
"source": "ext-event",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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 | |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user