Shao Yu-Lung (Allen)
|
28572f93ff
|
gnupg: fix typo
|
2021-04-06 09:57:55 +08:00 |
|
Shao Yu-Lung (Allen)
|
11cbf7ecee
|
supply gnupg extensino enable
|
2021-04-05 20:51:02 +08:00 |
|
Shao Yu-Lung (Allen)
|
409ec06f9a
|
support zookeeper extension #2927
|
2021-04-05 18:37:14 +08:00 |
|
Shao Yu-Lung (Allen)
|
8fcabc3938
|
Merge pull request #2931 from laradock/fix-php-56-70-fpm-amqp
fix(CI build failed): PHP 5.6, 7.0 php-fpm AMQP
|
2021-04-04 23:05:29 +08:00 |
|
Shao Yu-Lung (Allen)
|
983fb14795
|
fix php-fpm AMQP extension install failed
#2929
|
2021-04-04 21:29:54 +08:00 |
|
Shao Yu-Lung (Allen)
|
ac08bc4364
|
add extension imagick installed check
|
2021-04-04 20:46:57 +08:00 |
|
Shao Yu-Lung (Allen)
|
25701b1890
|
php 5.6 skip install deciman extension
|
2021-03-28 11:18:39 +08:00 |
|
Shao Yu Lung
|
fc0df17106
|
Merge branch 'master' of https://github.com/2525VenturesBV/laradock into 2525VenturesBV-master
|
2021-03-28 00:43:53 +08:00 |
|
Shao Yu-Lung (Allen)
|
1fa380d90a
|
Merge pull request #2917 from PavelSavushkinMix/fix/memcached_extension
feat(MEMCACHED extension): add memcached extension installation for CI
|
2021-03-23 10:49:37 +08:00 |
|
Shao Yu-Lung (Allen)
|
a973ed62a7
|
Merge branch 'master' into patch-1
|
2021-03-23 08:55:13 +08:00 |
|
Shao Yu-Lung (Allen)
|
a5cda608c7
|
Merge branch 'master' into fix/memcached_extension
|
2021-03-23 08:43:08 +08:00 |
|
Pavel Savushkin
|
03fd7ea948
|
feat(MEMCACHED extension): add memcached extension installation for CI
Add memcached extension support.
Memcached extension should be supported on the all available versions.
|
2021-03-23 01:03:25 +02:00 |
|
Pavel Savushkin
|
cffdc7588e
|
feat(MSSQL extension): add MSSQL extension support
MSSQL extension should be supported on the all available versions.
|
2021-03-22 21:34:58 +02:00 |
|
Shao Yu-Lung (Allen)
|
ca5fcaa1fe
|
Merge branch 'master' into github-ci-workspace
|
2021-03-22 19:20:30 +08:00 |
|
Shao Yu-Lung (Allen)
|
7e76948504
|
Merge branch 'master' into fix/pgsql_client
|
2021-03-22 17:08:18 +08:00 |
|
Shao Yu-Lung (Allen)
|
e1d2d81099
|
feat(fix swoole extension) | PHP 5.6
https://github.com/swoole/swoole-src/issues/2379#issuecomment-466613684
|
2021-03-22 16:27:46 +08:00 |
|
Shao Yu-Lung (Allen)
|
976e56c4f9
|
Merge pull request #2909 from PavelSavushkinMix/fix/yaml_extension
fix(YAML extension): get built YAML extension for all versions in all services
|
2021-03-22 07:58:21 +08:00 |
|
Pavel Savushkin
|
5686c698e7
|
fix(YAML extension): avoid typo
|
2021-03-21 19:21:34 +02:00 |
|
Pavel Savushkin
|
9317b71ebc
|
fix(YAML extension): avoid typo
|
2021-03-21 18:46:47 +02:00 |
|
Shao Yu-Lung (Allen)
|
4cb35f1fa4
|
Merge pull request #2898 from PavelSavushkinMix/fix/ioncube_extension
fix(ioncube extension): remove installation for PHP 8
|
2021-03-22 00:35:12 +08:00 |
|
Pavel Savushkin
|
4270f1db71
|
fix(YAML extension): get built YAML extension for all versions in all services
We need to build yaml extension for `workspace`, `php-fpm` and `laravel-horizon` images.
Turn on YAML for GitHub Actions.
|
2021-03-21 18:10:40 +02:00 |
|
Shao Yu-Lung (Allen)
|
51d67e1b35
|
Merge pull request #2908 from laradock/gnupg
php extension Support GnuPG
|
2021-03-21 22:24:59 +08:00 |
|
Shao Yu-Lung (Allen)
|
53570ee982
|
Merge pull request #2894 from PavelSavushkinMix/feature/php8.0_amqp
AMQP installation for all images and all php versions
|
2021-03-21 22:00:41 +08:00 |
|
Pavel Savushkin
|
30c93210eb
|
fix(PGSql Client): get installed PGSql Client with the same versions
We need to have an ability to install PGSql Client on `workspace` and `php-fpm` images with the same version (12).
|
2021-03-21 15:19:32 +02:00 |
|
Shao Yu Lung
|
56afa3efa1
|
php-fpm, workspace | GnuPG
|
2021-03-21 19:25:00 +08:00 |
|
Shao Yu-Lung (Allen)
|
27dfbbfab1
|
Update Dockerfile
sepecified pecl swoole version for php 7.1
|
2021-03-20 17:49:21 +08:00 |
|
Pavel Savushkin
|
2b778af03f
|
fix(ioncube extension): remove installation for PHP 8
PHP 8.0 currently is not supported, so it should be remove from the building for this version.
|
2021-03-20 02:44:27 +02:00 |
|
Pavel Savushkin
|
267b972d17
|
fix(AMQP extension): remove unnecessary apt update
Avoid extra update.
Closes #2891
|
2021-03-20 00:37:43 +02:00 |
|
Pavel Savushkin
|
43df135ca4
|
feat(AMQP extension): normalize installation of AMQP for php-fpm 8.0
Update installation process of AMQP for PHP 8.0 (fpm service)
Closes #2891
|
2021-03-18 10:11:30 +02:00 |
|
Shao Yu-Lung (Allen)
|
30b9034f85
|
fix xmlrpc
|
2021-03-17 17:29:40 +08:00 |
|
Shao Yu-Lung (Allen)
|
b7a03673c1
|
fix xhprof
|
2021-03-17 14:57:25 +08:00 |
|
Shao Yu-Lung (Allen)
|
d3c5b93b7c
|
PHP 8.0 php-fpm swoole
|
2021-03-16 21:52:36 +08:00 |
|
Shao Yu-Lung (Allen)
|
8dd77527f6
|
update php-fpm ssh2 ext version
|
2021-03-16 17:29:51 +08:00 |
|
Shao Yu-Lung (Allen)
|
b2af3e70d9
|
Merge pull request #2880 from PavelSavushkinMix/fix/php8.0_swoole_extension
feat(swoole extension): change installation to be able to use PHP 8.0
|
2021-03-15 11:27:27 +08:00 |
|
Pavel Savushkin
|
f9edf13d65
|
feat(swoole extension): change installation to be able to use PHP 8.0
Add support for PHP 8.0
Fix other versions of PHP with correct versions.
Closes #2879
|
2021-03-14 17:50:14 +02:00 |
|
Pavel Savushkin
|
925e02bc7b
|
fix(cassandra extension): get installed cassandra for horizon and worker images
Setup the installation on laravel-horizon and php-worker images.
Closes #2876
|
2021-03-14 16:22:02 +02:00 |
|
Pavel Savushkin
|
67cc72da62
|
fix(IMAGEMAGICK extension): implement building extension for PHP 8.0 from source
We need to build imagemagick extension from sources due the latest version, that supports PHP 8.0 has not been released to PECL.
Closes #2861
|
2021-03-12 03:40:38 +02:00 |
|
Patrick Kivits
|
ed649993ca
|
Add PHP Decimal extension support
|
2021-02-22 11:13:22 +01:00 |
|
Shao Yu-Lung (Allen)
|
29e872c474
|
Merge branch 'master' into master
|
2021-02-09 21:44:03 +08:00 |
|
Valentino Lauciani
|
88b4050c79
|
Add code to install docker client into docker image
|
2021-02-09 13:17:08 +01:00 |
|
Angelo Biscola
|
4391286a2b
|
Fix problem to install pdo_sqlsrv
Dependency fix for microsoft repository configuration
|
2021-02-02 15:20:48 -03:00 |
|
Daryle Dale De Silva
|
de70beae47
|
support xdebug 3
|
2021-01-18 12:02:27 +08:00 |
|
J-T-McC
|
d094cae2fb
|
Added PHP 8 to libzip exclusion conditions
|
2021-01-05 17:47:32 -08:00 |
|
Shao Yu-Lung (Allen)
|
f73b8fb642
|
Merge pull request #2744 from leowangxp/oracle_instant_client_mirror
feat: add ORACLE_INSTANT_CLIENT_MIRROR ARG
|
2020-12-18 14:08:30 +08:00 |
|
Shao Yu-Lung (Allen)
|
1b102f4395
|
Merge pull request #2755 from hsyam/new_relic
Add NewRelic support for php-FPM
|
2020-12-18 13:57:59 +08:00 |
|
hsyam
|
5258e49373
|
add new relic configurations to env && update new relice to stabile version
|
2020-12-17 14:09:06 +02:00 |
|
Shao Yu-Lung (Allen)
|
b8efd85824
|
Merge pull request #2785 from dokurocker/master
fixed oci8 version
|
2020-12-17 16:29:31 +08:00 |
|
Shao Yu-Lung (Allen)
|
358d02fd5a
|
Merge pull request #2751 from nalatreb/fix-mongo-install-php56
fix travis ci failing tests
|
2020-12-17 16:28:16 +08:00 |
|
Jonathon Page
|
f754717f44
|
Force XDebug to use v2
|
2020-12-13 14:42:21 +00:00 |
|
h-ochiai
|
7cffc65639
|
fixed oci8 version
|
2020-12-02 11:38:32 +09:00 |
|