Skip to content

Commit

Permalink
add apcu support
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed May 2, 2023
1 parent 1c2343f commit 669c7b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"zlib"
]
},
"apcu": {
"type": "external",
"source": "apcu"
},
"event": {
"type": "external",
"source": "ext-event",
Expand Down
10 changes: 10 additions & 0 deletions config/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions ext-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| | Linux | macOS | Windows |
|------------|---------------------------------------------------------------------|----------------------------------------------------------------|---------|
| apcu | yes | yes | |
| bcmath | yes | yes | |
| bz2 | yes | yes | |
| calendar | yes | yes | |
Expand Down

0 comments on commit 669c7b1

Please sign in to comment.