From 669c7b188bb99e6d6445935d05a86b6a70d910ea Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 2 May 2023 15:12:58 +0800 Subject: [PATCH] add apcu support --- config/ext.json | 4 ++++ config/source.json | 10 ++++++++++ ext-support.md | 1 + 3 files changed, 15 insertions(+) diff --git a/config/ext.json b/config/ext.json index 5a29d583..7e4718e9 100644 --- a/config/ext.json +++ b/config/ext.json @@ -35,6 +35,10 @@ "zlib" ] }, + "apcu": { + "type": "external", + "source": "apcu" + }, "event": { "type": "external", "source": "ext-event", diff --git a/config/source.json b/config/source.json index e37039fe..0b72e00d 100644 --- a/config/source.json +++ b/config/source.json @@ -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", diff --git a/ext-support.md b/ext-support.md index 05268440..fa759d30 100644 --- a/ext-support.md +++ b/ext-support.md @@ -8,6 +8,7 @@ | | Linux | macOS | Windows | |------------|---------------------------------------------------------------------|----------------------------------------------------------------|---------| +| apcu | yes | yes | | | bcmath | yes | yes | | | bz2 | yes | yes | | | calendar | yes | yes | |