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",