Commit Graph

568 Commits

Author SHA1 Message Date
Dawid Makowski 0d08d36bd3
Adding artisan & art autocomplete in BASH 2022-10-13 12:46:21 +08:00
kideny 06ff2a34a0 fixed 2022-10-05 19:05:19 +08:00
kideny 59bf17ffcc fixed 2022-09-27 13:04:33 +08:00
kideny 2e31c037cd fixed 2022-09-27 13:03:28 +08:00
kideny 68f6364646 fixed 2022-09-27 11:56:31 +08:00
kideny e4fe092f26 fixed 2022-09-27 11:31:56 +08:00
kideny 6d03808714 fixed 2022-09-27 10:25:20 +08:00
kideny 818488b862 fixed 2022-09-27 09:30:59 +08:00
kideny edf4baac44 fixed 2022-09-27 09:23:21 +08:00
kideny ff48d295f6 fixed 2022-09-27 09:22:10 +08:00
kideny 369a5040d4 fixed 2022-09-27 09:19:13 +08:00
kideny 72d8ec8f21 fixed 2022-09-27 09:17:24 +08:00
kideny f9d7fc3b12 fixed 2022-09-27 09:09:29 +08:00
kideny 84854c8f0d update phalcon support 2022-09-27 06:01:13 +08:00
Shao Yu-Lung (Allen) 61a186e54b
Merge pull request #3216 from dstancer/master
WKHTMLtoX changes for Apple silicon
2022-07-30 11:09:19 +08:00
Shao Yu-Lung (Allen) 7eaaa0cedc
Merge pull request #3209 from Yohoed2000/feature/add_event_extension
Add php event extension
2022-07-18 21:27:06 +08:00
Shao Yu-Lung (Allen) 44b7d1965c
Merge pull request #3235 from amorZhu/amorZhu-patch-1
Update zsh config
2022-07-17 12:40:10 +08:00
zhushaolong 55b5fbaa9b
Update zsh config
1. Plugin laravel5 not found in zsh plugin list.
2. The executable command for the composer package could not be found. For example 'laravel new xxx'. The zsh composer plugin solves this problem.
2022-07-01 02:42:33 +08:00
erikn69 c99d86b8e3
Fix tests 2022-06-21 10:09:47 -05:00
Denis Stancer b50d514c6c Make WKHTMLtoX version configurable 2022-05-16 21:36:20 +02:00
Denis Stančer 37377b07f0
Add architecture detection for WKHTMLtoX installation
If Apple silicon version of Docker Desktop is installed then some containers will be
for arm64 architecture instead of amd64.
So when installing WKHTMLtoX a proper package has to be installed.
2022-05-16 20:02:22 +02:00
Wuweiming baeb2a2cb6 fix workspace DockerFile 2022-05-09 10:31:31 +08:00
Wuweiming a285caa18f add php event 2022-05-06 16:11:29 +08:00
Erik Niebla cb77808a94 Fix tests 2022-04-12 19:10:39 -05:00
Shao Yu-Lung (Allen) e2e927d03d
Merge pull request #3141 from esfahanweb/fix-audiowaveform
try to fix audiowaveform for workspace
2022-03-29 13:18:48 +08:00
Erik Niebla ae4e231988 Fix php-zmq link 2022-03-28 14:59:01 -05:00
Shao Yu-Lung (Allen) fee2d33ad8
Merge pull request #3167 from CelaumMm/master
Add extension zmq
2022-03-09 21:49:22 +08:00
YenHai 11b93562c2 Fix sqlsrv latest not support PHP 7.3 2022-03-08 18:17:54 +08:00
Marcelo Camargo fb22fbf0d7 Add extension zmq 2022-03-07 01:10:38 -03:00
Abolfazl Sharifi 534b7b405f try to fix audiowaveform for workspace 2022-02-09 10:11:53 +03:30
Erik Niebla 186928fb07 Fix tests on XlsWriter ext 2022-01-12 09:05:42 -05:00
Shao Yu-Lung (Allen) ba31d63a00
Merge pull request #3112 from Yohoed/master
Add php xlswriter extension
2022-01-11 14:37:53 +08:00
Shao Yu-Lung (Allen) a2274e9980
Merge pull request #3113 from erikn69/ci_php_81
ci(PHP 8.1): add CI processes for PHP 8.1
2022-01-04 21:37:55 +08:00
Erik Niebla 4171871ab2 Fix tests(xdebug, mongodb) 2022-01-03 09:31:28 -05:00
Wuweiming c906356f46 fix:Add php xlswriter extension 2021-12-30 18:28:14 +08:00
Wuweiming 084fcaaf8b fix:Add php xlswriter extension 2021-12-20 15:19:02 +08:00
Wuweiming 9536c2e63f fix:Add php xlswriter extension 2021-12-16 15:17:19 +08:00
Wuweiming 353ed5afb4 add xlswriter extension 2021-12-16 11:49:55 +08:00
Wuweiming 17062bd9d8 add xlswriter extension 2021-12-16 11:12:21 +08:00
Johnathan Douglas de Souza Santos e8137d0c75
Extension for Oracle Database, php 8.0
Error: 
pecl/oci8 requires PHP (version >= 8.1.0), installed version is 8.0.13

--------- 

https://pecl.php.net/package/oci8

The OCI8 extension lets you access Oracle Database.
Use 'pecl install oci8' to install for PHP 8.1.
Use 'pecl install oci8-3.0.1' to install for PHP 8.0.
Use 'pecl install oci8-2.2.0' to install for PHP 7.
Use 'pecl install oci8-2.0.12' to install for PHP 5.2 - PHP 5.6.
Use 'pecl install oci8-1.4.10' to install for PHP 4.3.9 - PHP 5.1.
2021-12-14 10:39:20 -03:00
Valentino Lauciani 145864fab2
fix crontab 2021-10-12 12:40:28 +02:00
Shao Yu-Lung (Allen) ee80578fc6 php7.0 mongodb fixed version number 2021-10-07 22:49:24 +08:00
Shao Yu-Lung (Allen) c393bf226b workspace: add ionCube Loader enabled check 2021-10-07 21:57:09 +08:00
Shao Yu-Lung (Allen) 8b0ffac149
Merge pull request #3057 from marcos-kubis-mk/master
Add php trader extension
2021-09-22 17:24:36 +08:00
Shao Yu-Lung (Allen) ebd5a22568
Merge pull request #3053 from duchymor/master
fix php8 oci8
2021-09-22 14:42:49 +08:00
Marcos Kubis 2dc5954bbf Add php trader extension 2021-09-19 17:48:42 -03:00
Geovanek 7511d4f148 Set phyton version to work laravel-echo-server 2021-09-14 09:43:27 -03:00
Adam Ducho 5b04b8a6d1 php fix oci8 versions 2021-09-10 09:36:58 +02:00
Adam Ducho 70ff1d6da7 php fix oci8 versions 2021-09-10 09:32:43 +02:00
Shao Yu-Lung (Allen) fffe51c51c
Merge pull request #3045 from amorZhu/master
Update workspace and php-fpm mirror links
2021-08-31 22:47:22 +08:00
Amor 7298c60d0f change workspace dockerfile mirror link 2021-08-30 18:29:47 +08:00
Amor 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
Amor 044bbc734b remove source.sh & update nvm git address 2021-08-27 17:23:22 +08:00
Shao Yu-Lung (Allen) 1d2bc53833 fix workspace sqlsrv extension install 2021-08-27 16:49:10 +08:00
Larry 0b6c266744 fix bug 2021-06-12 21:28:43 +08:00
Larry 898434b59e add php ssdb extension 2021-06-12 20:49:45 +08:00
SinCOS fb6c672cae
Update sources.sh 2021-06-04 22:22:51 +08:00
aa-ahmed-aa da1124aacb give laradock the ability to install custom composer version 2021-06-02 19:14:30 +02:00
Shao Yu-Lung (Allen) 399d1c8181
Merge branch 'master' into ahkui-fix-python-pip 2021-05-26 12:22:58 +08:00
ahkui cc88f7b382 workspace - install pip from python script 2021-05-24 03:06:31 +08:00
Mics e138f03d50 fix build workspace error when WORKSPACE_INSTALL_MSSQL=true 2021-05-20 18:16:42 +08:00
Shao Yu-Lung (Allen) 4f190170da
Merge pull request #2932 from iamsaqibs/memcached-issue-with-php7.1
Memcached not working in workspace with php 7.
2021-04-05 23:56:46 +08:00
Saqib S aa7a0e9a34 Added ARG INSTALL_MEMCACHED as suggested by Allen. 2021-04-05 18:26:49 +05:00
Shao Yu-Lung (Allen) 409ec06f9a support zookeeper extension #2927 2021-04-05 18:37:14 +08:00
Saqib S e13482195b Added ARG for workspace Memcached 2021-04-05 13:46:30 +05:00
Saqib S 258ea23b64 Added Memcached dependency installation in workspace Dockerfile. 2021-04-05 10:36:54 +05: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 0e5977cc64 feat(change source): move together 2021-03-23 23:03:56 +08:00
Pavel Savushkin 1654ffab7d
fix(SWOOLE extension): add SWOOLE extension installed correctly 2021-03-23 04:01:27 +02:00
Shao Yu-Lung (Allen) c3d90c7b46
Merge pull request #2916 from PavelSavushkinMix/fix/mssql_extension
feat(MSSQL extension): add MSSQL extension support
2021-03-23 08:41:07 +08: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) 08e7450f46
fix typo 2021-03-23 00:11:08 +08:00
Shao Yu Lung 02070105f6 feat(join some run step) | workspace 2021-03-22 21:24:18 +08:00
Shao Yu Lung 425c9c33b3 remove duplidate apt-get update 2021-03-22 20:07:39 +08:00
Shao Yu-Lung (Allen) ca5fcaa1fe
Merge branch 'master' into github-ci-workspace 2021-03-22 19:20:30 +08:00
Shao Yu Lung 2e9ad09861 feat(fix xmlrpc) | workspace 2021-03-22 18:34:44 +08:00
Shao Yu-Lung (Allen) 7da6963ef2
Merge pull request #2858 from andreladocruz/patch-1
Fix Redis Problem issue #2851
2021-03-22 16:33:01 +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 ad2b94fa60
fix(YAML extension): avoid typo 2021-03-21 18:51:06 +02:00
Pavel Savushkin 95fe1b179f
fix(YAML extension): avoid typo 2021-03-21 18:41:48 +02:00
Shao Yu Lung b6666363eb feat(fix swoole extension) | workspace 2021-03-22 00:40:59 +08: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) 0797617cb4
Merge pull request #2897 from PavelSavushkinMix/fix/composer_hirak_prestissimo
fix(hirak/prestissimo package): normalize installation of the package
2021-03-21 22:10:09 +08:00
Shao Yu-Lung (Allen) 0b75caeb95
Merge pull request #2896 from PavelSavushkinMix/fix/envoy_package
fix(envoy package): avoid specified version to support older PHP versions
2021-03-21 21:44:18 +08:00
Shao Yu Lung 56afa3efa1 php-fpm, workspace | GnuPG 2021-03-21 19:25:00 +08:00
Shao Yu-Lung (Allen) 8c46f296d1
Merge pull request #2683 from oussaka/symfony_installer
new Symfony Installer to create a new Symfony application
2021-03-20 13:19:05 +08:00
Pavel Savushkin e059740296
fix(hirak/prestissimo package): add end of the line 2021-03-20 02:47:46 +02: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 21dcc046c9
fix(hirak/prestissimo package): normalize installation of the package
Avoid installation of hirak/prestissimo for the second version of the composer.
Change user to root, due to usage of this user as a common one.
2021-03-20 02:10:38 +02:00
Pavel Savushkin 15bf900fe6
fix(envoy package): avoid specified version to support older PHP versions
We need to be able to install envoy for all versions of PHP.

(cherry picked from commit 7458e04d2c8287ed418a3f6cd7b82d9e6238db85)
2021-03-20 01:46:56 +02:00
Pavel Savushkin 10386aa7a3
fix(inotify extension): avoid typo
Get inotify installed correctly.
2021-03-20 01:33:40 +02:00
Shao Yu-Lung (Allen) d6b7d95f34
Merge pull request #2882 from PavelSavushkinMix/fix/php5.6_turn_off_aerospike_build
fix(aerospike extension): turn off build in Travis due to image version
2021-03-15 12:01:40 +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
Shao Yu-Lung (Allen) d374dc2ed4
Merge pull request #2878 from PavelSavushkinMix/feature/php8.0_cassandra
feat(cassandra extension): upgrade version of cassandra and avoid installation for PHP 8.0
2021-03-15 10:29:26 +08:00
Shao Yu-Lung (Allen) 0ce0f0838e
Merge pull request #2873 from PavelSavushkinMix/fix/inotify_extension
fix(inotify extension): update installed version of the extension | All PHP versions
2021-03-15 09:28:11 +08:00