commit 0c140a8cb938844c1199588bcafa2f39a376f93f Author: Michele Locati Date: Thu Sep 15 16:27:17 2022 +0200 Add assets branch diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f718e8 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## install-php-extensions assets + +In order to install PHP extensions, `install-php-extensions` sometime requires to download libraries from internet. + +The problem is that some sources have a low availability, so we store them in this `asset` branch. + +Those assets are listed in the [`resources`](https://github.com/mlocati/docker-php-extension-installer/tree/assets/resources) folder. diff --git a/resources/libxdiff-0.23.tar.gz b/resources/libxdiff-0.23.tar.gz new file mode 100644 index 0000000..497d500 Binary files /dev/null and b/resources/libxdiff-0.23.tar.gz differ diff --git a/resources/libxdiff.txt b/resources/libxdiff.txt new file mode 100644 index 0000000..06ed90d --- /dev/null +++ b/resources/libxdiff.txt @@ -0,0 +1,3 @@ +Homepage: http://www.xmailserver.org/xdiff-lib.html +Source: http://www.xmailserver.org/libxdiff-0.23.tar.gz +License: GNU Lesser General Public License v3.0