 le0mandGitHub
|
32141a32fc
|
Merge pull request #67 from TemaSM/ext-sockets
✨ Added `sockets` extension
|
2020-03-17 10:00:55 +01:00 |
|
Tema Smirnov
|
31435904c1
|
Added sockets extension
`sockets` extension is required by php-amqplib (PHP client for RabbitMQ)
Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
|
2020-03-17 05:38:03 +03:00 |
|
Tema Smirnov
|
d2a1d3d728
|
Added zip & unzip (fixes Composer's warning when install/update deps)
Fixes warning: "As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
Installing 'unzip' may remediate them."
Sizes (will be compressed during Docker image build):
* zip +623 kB
* unzip +580 kB
libzip is required to be installed, because PHP zip extension depends on it, but libzip already pre-installed, it handled by:
https://github.com/mlocati/docker-php-extension-installer/blob/1deeb6d6560663cc956e970fda5f87cf163e3528/install-php-extensions#L637
and
https://github.com/mlocati/docker-php-extension-installer/blob/1deeb6d6560663cc956e970fda5f87cf163e3528/install-php-extensions#L934
Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
|
2020-03-17 05:03:31 +03:00 |
|
Marco Pfeiffer
|
aceb2a9b26
|
add xsl extension
|
2020-01-18 15:30:59 +01:00 |
|
leo
|
feb46f8e5c
|
- refactor: use external script to install PHP extensions and their dependencies
|
2020-01-06 16:03:54 +01:00 |
|
Paolo Cuffiani
|
b3f5d3b237
|
#45 chore: use 7.3 stable images
|
2018-12-18 16:10:11 +01:00 |
|
Paolo Cuffiani
|
5853eead32
|
#45 feat: add PHP 7.3 images
|
2018-10-25 22:32:11 +02:00 |
|