Commit Graph

442 Commits

Author SHA1 Message Date
d544a1a63c Remove workspace docker image redundant mirror links & Update php-fpm docker image link to Tsinghua University 2021-08-30 13:54:03 +08:00
53b5166236 reset php-fpm/Dockerfile 2021-08-30 10:55:31 +08:00
e11e9053ed update ubuntu source 2021-08-27 17:26:47 +08:00
4bc5942ad5 update ubuntu source 2021-08-27 17:25:27 +08:00
4d7a3f3c84 Merge pull request #3000 from 51/master
Add OpenResty, SSDB and php-ssdb extension to Laradock.
2021-08-13 17:11:10 +08:00
00ee9d74d5 fix build error for PHP-FPM Audiowaveform
#3017, #3030, #3031
2021-07-29 17:24:39 +08:00
0b6c266744 fix bug 2021-06-12 21:28:43 +08:00
898434b59e add php ssdb extension 2021-06-12 20:49:45 +08:00
f49b0cbc3a clean up 2021-04-25 23:49:07 +08:00
78e0d4d54c fix amqp build faild
#2959
2021-04-25 23:48:10 +08:00
743942e1e1 php-fpm support enchant extension 2021-04-17 16:20:05 +08:00
28572f93ff gnupg: fix typo 2021-04-06 09:57:55 +08:00
11cbf7ecee supply gnupg extensino enable 2021-04-05 20:51:02 +08:00
409ec06f9a support zookeeper extension #2927 2021-04-05 18:37:14 +08:00
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
983fb14795 fix php-fpm AMQP extension install failed
#2929
2021-04-04 21:29:54 +08:00
ac08bc4364 add extension imagick installed check 2021-04-04 20:46:57 +08:00
25701b1890 php 5.6 skip install deciman extension 2021-03-28 11:18:39 +08:00
fc0df17106 Merge branch 'master' of https://github.com/2525VenturesBV/laradock into 2525VenturesBV-master 2021-03-28 00:43:53 +08:00
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
f64ed2f0f7 Merge pull request #2721 from xHeinrich/master
Fix xdebug config .so path so that xdebug start/xdebug stop works
2021-03-23 10:01:56 +08:00
a973ed62a7 Merge branch 'master' into patch-1 2021-03-23 08:55:13 +08:00
a5cda608c7 Merge branch 'master' into fix/memcached_extension 2021-03-23 08:43:08 +08:00
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
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
ca5fcaa1fe Merge branch 'master' into github-ci-workspace 2021-03-22 19:20:30 +08:00
7e76948504 Merge branch 'master' into fix/pgsql_client 2021-03-22 17:08:18 +08:00
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
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
5686c698e7 fix(YAML extension): avoid typo 2021-03-21 19:21:34 +02:00
9317b71ebc fix(YAML extension): avoid typo 2021-03-21 18:46:47 +02:00
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
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
51d67e1b35 Merge pull request #2908 from laradock/gnupg
php extension Support GnuPG
2021-03-21 22:24:59 +08:00
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
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
56afa3efa1 php-fpm, workspace | GnuPG 2021-03-21 19:25:00 +08:00
27dfbbfab1 Update Dockerfile
sepecified  pecl swoole version for php 7.1
2021-03-20 17:49:21 +08:00
2dccc3ca80 feat(PHP 8.0): add ini file
Add development ini file for the PHP 8.0

Closes #2781
2021-03-20 02:56:58 +02:00
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
267b972d17 fix(AMQP extension): remove unnecessary apt update
Avoid extra update.

Closes #2891
2021-03-20 00:37:43 +02:00
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
30b9034f85 fix xmlrpc 2021-03-17 17:29:40 +08:00
b7a03673c1 fix xhprof 2021-03-17 14:57:25 +08:00
d3c5b93b7c PHP 8.0 php-fpm swoole 2021-03-16 21:52:36 +08:00
8dd77527f6 update php-fpm ssh2 ext version 2021-03-16 17:29:51 +08:00
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
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
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
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