Commit Graph

496 Commits

Author SHA1 Message Date
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
cb77808a94 Fix tests 2022-04-12 19:10:39 -05:00
e2e927d03d Merge pull request #3141 from esfahanweb/fix-audiowaveform
try to fix audiowaveform for workspace
2022-03-29 13:18:48 +08:00
ae4e231988 Fix php-zmq link 2022-03-28 14:59:01 -05:00
fee2d33ad8 Merge pull request #3167 from CelaumMm/master
Add extension zmq
2022-03-09 21:49:22 +08:00
11b93562c2 Fix sqlsrv latest not support PHP 7.3 2022-03-08 18:17:54 +08:00
fb22fbf0d7 Add extension zmq 2022-03-07 01:10:38 -03:00
534b7b405f try to fix audiowaveform for workspace 2022-02-09 10:11:53 +03:30
186928fb07 Fix tests on XlsWriter ext 2022-01-12 09:05:42 -05:00
ba31d63a00 Merge pull request #3112 from Yohoed/master
Add php xlswriter extension
2022-01-11 14:37:53 +08:00
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
4171871ab2 Fix tests(xdebug, mongodb) 2022-01-03 09:31:28 -05:00
c906356f46 fix:Add php xlswriter extension 2021-12-30 18:28:14 +08:00
084fcaaf8b fix:Add php xlswriter extension 2021-12-20 15:19:02 +08:00
9536c2e63f fix:Add php xlswriter extension 2021-12-16 15:17:19 +08:00
353ed5afb4 add xlswriter extension 2021-12-16 11:49:55 +08:00
17062bd9d8 add xlswriter extension 2021-12-16 11:12:21 +08:00
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
145864fab2 fix crontab 2021-10-12 12:40:28 +02:00
ee80578fc6 php7.0 mongodb fixed version number 2021-10-07 22:49:24 +08:00
c393bf226b workspace: add ionCube Loader enabled check 2021-10-07 21:57:09 +08:00
8b0ffac149 Merge pull request #3057 from marcos-kubis-mk/master
Add php trader extension
2021-09-22 17:24:36 +08:00
ebd5a22568 Merge pull request #3053 from duchymor/master
fix php8 oci8
2021-09-22 14:42:49 +08:00
2dc5954bbf Add php trader extension 2021-09-19 17:48:42 -03:00
7511d4f148 Set phyton version to work laravel-echo-server 2021-09-14 09:43:27 -03:00
5b04b8a6d1 php fix oci8 versions 2021-09-10 09:36:58 +02:00
70ff1d6da7 php fix oci8 versions 2021-09-10 09:32:43 +02:00
fffe51c51c Merge pull request #3045 from amorZhu/master
Update workspace and php-fpm mirror links
2021-08-31 22:47:22 +08:00
7298c60d0f change workspace dockerfile mirror link 2021-08-30 18:29:47 +08:00
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
044bbc734b remove source.sh & update nvm git address 2021-08-27 17:23:22 +08:00
1d2bc53833 fix workspace sqlsrv extension install 2021-08-27 16:49:10 +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
fb6c672cae Update sources.sh 2021-06-04 22:22:51 +08:00
da1124aacb give laradock the ability to install custom composer version 2021-06-02 19:14:30 +02:00
399d1c8181 Merge branch 'master' into ahkui-fix-python-pip 2021-05-26 12:22:58 +08:00
cc88f7b382 workspace - install pip from python script 2021-05-24 03:06:31 +08:00
e138f03d50 fix build workspace error when WORKSPACE_INSTALL_MSSQL=true 2021-05-20 18:16:42 +08:00
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
aa7a0e9a34 Added ARG INSTALL_MEMCACHED as suggested by Allen. 2021-04-05 18:26:49 +05:00
409ec06f9a support zookeeper extension #2927 2021-04-05 18:37:14 +08:00
e13482195b Added ARG for workspace Memcached 2021-04-05 13:46:30 +05:00
258ea23b64 Added Memcached dependency installation in workspace Dockerfile. 2021-04-05 10:36:54 +05: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
0e5977cc64 feat(change source): move together 2021-03-23 23:03:56 +08:00
1654ffab7d fix(SWOOLE extension): add SWOOLE extension installed correctly 2021-03-23 04:01:27 +02:00
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