From ef13d329693021981b61e6b57fc189515bde3f9c Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 23 Sep 2023 18:15:57 +0800 Subject: [PATCH] Add tonyenc extension support --- config/ext.json | 4 ++++ config/source.json | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/config/ext.json b/config/ext.json index d5234e4ed..ba62b30c7 100644 --- a/config/ext.json +++ b/config/ext.json @@ -140,6 +140,10 @@ "kerberos" ] }, + "tonyenc": { + "type": "external", + "source": "tonyenc" + }, "inotify": { "type": "external", "source": "inotify" diff --git a/config/source.json b/config/source.json index 3c052a26d..1e402912b 100644 --- a/config/source.json +++ b/config/source.json @@ -16,6 +16,16 @@ "path": "LICENSE" } }, + "tonyenc": { + "type": "git", + "path": "php-src/ext/tonyenc", + "rev": "main", + "url": "https://github.com/TNT-ma/tonyenc.git", + "license": { + "type": "file", + "path": "LICENSE" + } + }, "brotli": { "type": "ghtar", "repo": "google/brotli",