Commit Graph
72 Commits
Author SHA1 Message Date
leo cf71f8b9a9 feat: added PHP 8 2020-12-11 20:09:10 +01:00
Paolo Cuffiani 9bb221f48d #73 test: update tests 2020-11-01 18:49:24 +01:00
Leonn Leite adac55ec0b php required >= 7.0 2020-09-24 03:44:19 -03:00
Leonn Leite 99f73ecf88 add pdo_sqlsrv and sqlsrv 2020-09-24 01:46:10 -03:00
Tema Smirnov 3813e965c3 [feature] Added Composer plugin prestissimo
Prestissimo - plugin that downloads Composer packages in parallel to speed up the installation process.
Will be removed right after release of Composer 2.x (parallelism implemented)

Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
2020-03-17 22:49:16 +03:00
leo 486f5a6d29 - chore: add xsl extension to dev/Makefile assertions 2020-03-17 10:10:06 +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
leo de138f98cd - fix: (#64) loading xdebug twice 2020-01-20 16:44:15 +01:00
leo 0a0816a7eb - docs: updated readme 2020-01-18 19:40:49 +01:00
leo feb46f8e5c - refactor: use external script to install PHP extensions and their dependencies 2020-01-06 16:03:54 +01:00
Frédéric Barthelet 9bf3cf7c3c feat: add PHP 7.4 images 2019-12-06 12:14:49 +01:00
Paolo Cuffiani 0fa5eaf3dd chore: add make push recipe, add deployment step to Travis 2019-03-21 14:56:55 +01:00
Paolo Cuffiani 3c289f59ee #49 chore: update XDebug to stable channel for PHP 7.3 2019-03-13 11:34:51 +01:00
Paolo Cuffiani b3f5d3b237 #45 chore: use 7.3 stable images 2018-12-18 16:10:11 +01:00
Paolo Cuffiani ec6be35112 #45 feat: add dev images for PHP 7.3 2018-10-25 22:32:12 +02:00
Paolo Cuffiani f5f19166b9 #24 chore: replace deprecated MAINTAINER instruction 2018-10-25 21:50:15 +02:00
Yohann bianchi 11acd840c7 Add OPcache extension to PHP 5.4 images 2018-06-28 17:28:55 +02:00
Dante Di Domenico c932dfc925 feat: add exif to Makefile 2018-03-29 11:10:42 +02:00
Paolo Cuffiani cff38e95cc #28 chore: use stable XDebug version for PHP 7.2 2018-01-31 09:38:54 +01:00
Paolo Cuffiani 6ba5f63626 #28 fix: use XDebug 2.5.5 for PHP 5.5 & PHP 5.6 2018-01-31 09:38:34 +01:00
nstCactus 8a6f5872e6 Add PHP 5.4-dev (with Xdebug) 2018-01-30 22:40:03 +01:00
Paolo Cuffiani e25bdfe95e [minor] test: add missing assertion on mcrypt for dev images 2018-01-10 21:00:22 +01:00
Paolo Cuffiani 27186f38d6 #25 feat: install XDebug on PHP 7.2 images 2018-01-10 20:17:27 +01:00
Paolo CuffianiandGitHub 0662c2adaf Merge branch 'master' into issue/18-php-7.2 2017-12-04 16:00:42 +01:00
Paolo Cuffiani 32abb0730d #18 fix: fix Makefile tests 2017-12-04 14:30:38 +01:00
Paolo Cuffiani f4d9cedeef #18 refactor: disable PHP 7.2 dev images 2017-12-04 12:35:49 +01:00
lamasbr 2ca8a783d5 Cosmetic changes in the Dockerfile and README.md files 2017-11-13 16:23:40 -02:00
Lincoln Lamas 0dcde6e1ae Added LDAP extension 2017-11-10 16:45:03 -02:00
Paolo Cuffiani 9322708b88 fix: fix installation issues 2017-10-19 16:48:54 +02:00
Paolo Cuffiani 50924259c4 docs: update README 2017-10-18 18:34:00 +02:00
Paolo Cuffiani 0969810641 Merge branch 'master' into issue/18-php-7.2
# Conflicts:
#	.travis.yml
2017-10-18 18:31:10 +02:00
Paolo Cuffiani 826bbbceca [minor] style: suppress useless output 2017-10-18 11:32:23 +02:00
Paolo Cuffiani 94b531ec72 refactor: refactor CI builds to make failures more meaningful 2017-10-18 10:49:49 +02:00
Paolo Cuffiani eb2f7bec2d #18 chore: add 7.2 images 2017-10-17 18:47:34 +02:00
Paolo Cuffiani 9bbb5c6613 #16 chore: add docs and tests for dev images as well 2017-09-01 14:42:09 +02:00
Paolo CuffianiandGitHub 75c0d1259f Merge pull request #14 from Nemo64/opcache
added zend opcache to documentation
2017-05-04 15:15:42 +02:00
Marco Pfeiffer 858d4d51f6 added zend opcache to documentation 2017-05-04 14:14:17 +02:00
Paolo CuffianiandGitHub bc2087241e Merge pull request #12 from Nemo64/opcache
added opcache to extension list in php 5.5+
2017-05-04 11:33:38 +02:00
Marco Pfeiffer 5d47233834 copied test for dev version 2017-05-04 10:48:14 +02:00
Paolo Cuffiani 94f4964d10 #10 docs: update README 2017-05-03 14:54:48 +02:00
Paolo Cuffiani 53864b9f51 #10 test: test that memcached extension is properly installed on all images 2017-05-03 14:52:56 +02:00
Paolo Cuffiani 2a86e82302 [minor] docs: update README.md
[skip ci]
2017-01-12 19:01:23 +01:00
Paolo Cuffiani 9e69cf0833 #6 feat: install ext-redis on PHP 7.x images 2017-01-12 18:55:33 +01:00
Paolo Cuffiani 84da76c74b #4 #5 fix: apply changes to latest dev image as well 2017-01-12 14:55:06 +01:00
Paolo Cuffiani bb15f4a8aa #5 feat: install XDebug on PHP 7.x dev images 2017-01-12 14:25:26 +01:00
Paolo Cuffiani 8373cad789 #2 feat: add PHP 7.1 images 2017-01-12 14:14:21 +01:00
Paolo Cuffiani 4d740491dc #1 #4 test: update tests for dev images 2017-01-12 13:22:58 +01:00
Paolo Cuffiani b7f91d0634 #4 refactor: do not global-install dev tools from Composer in dev images 2017-01-12 13:22:30 +01:00
Paolo Cuffiani 749711feb3 #3 chore: deprecate PHP 5.4 dev image 2017-01-12 13:20:06 +01:00
Paolo Cuffiani 4362b62f46 Fix tests for Docker images from the 7.x series. 2015-12-09 09:45:21 +01:00