Commit Graph

2855 Commits

Author SHA1 Message Date
Valentino Lauciani
4885f9ac2d
Update .env.example 2021-12-21 12:02:53 +01:00
Valentino Lauciani
9c6f4e0a06
Update Dockerfile 2021-12-21 11:58:32 +01:00
Valentino Lauciani
c6bc986095
Update Dockerfile 2021-12-21 11:50:43 +01:00
Valentino Lauciani
3d2f8074d3
Update docker-compose.yml 2021-12-21 11:43:51 +01:00
Valentino Lauciani
ec4216ed18
Update Dockerfile 2021-12-21 11:41:46 +01:00
Valentino Lauciani
18bf3a7b20
Update .env.example 2021-12-21 10:56:58 +01:00
Shao Yu-Lung (Allen)
a70675007d
Merge pull request #3111 from erikn69/php_81_ini
Add PHP 8.1 ini file
2021-12-17 23:49:29 +08:00
Shao Yu-Lung (Allen)
d09d67249f
Merge pull request #3110 from johnathansantos/patch-1
Extension for Oracle Database, php 8.0
2021-12-17 23:47:48 +08:00
Shao Yu-Lung (Allen)
fda9e51ad6
Merge pull request #3108 from nisar-med/master
Update newrelic PHP Agent version to support PHP 8.x
2021-12-16 14:06:29 +08:00
Erik Niebla
4debd4f965 Add PHP 8.1 ini file 2021-12-14 09:53:23 -05: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
Shao Yu-Lung (Allen)
27f50abe04
Merge pull request #3100 from vaiil/patch-1
Migrate to official DockerHub repository
2021-11-15 13:40:09 +08:00
vaiil
2b04ed5e0e
Migrate to official DockerHub repository
From readme of [phpmyadmin/docker](https://github.com/phpmyadmin/docker)
> Note that since phpMyAdmin has been accepted in to the official DockerHub repository, you can use either that or this older phpMyAdmin repository for your Docker installation. This is maintained as a courtesy to users who have not migrated.

P.S. version from `phpmyadmin` supports `caching_sha2_password`, that makes me happy :)
2021-11-14 16:19:09 +03:00
Mahmoud Zalt
292783b76e display more logos 2021-11-12 15:22:34 +01:00
Shao Yu-Lung (Allen)
b3b0b0c40f
Merge pull request #3084 from DowneyL/update-jenkins-version
update jenkins version
2021-11-03 20:25:31 +08:00
DowneyL
986ea48969 update jenkins version 2021-10-28 19:39:07 +08:00
Shao Yu-Lung (Allen)
c7cb79efee
Merge pull request #3079 from davlet42/master
RabbitMQ Web STOMP
2021-10-18 13:21:40 +08:00
Shao Yu-Lung (Allen)
42e6f53bc4
Merge pull request #3080 from VVVi/patch-1
Xdebug compatibilyti improvement
2021-10-18 08:08:15 +08:00
VVVi
780d0bb764
Xdebug compatibilyti improvement
Please take a look at https://xdebug.org/docs/compat , for now with PHP 8, 7.3, 7.4 should be used xdebug 3.1.
2021-10-17 11:45:27 +02:00
Artem Davletshin
1d7477b686
Add RabbitMQ Web STOMP 2021-10-16 00:04:28 +03:00
Artem Davletshin
4183251b75
Add RabbitMQ Web STOMP 2021-10-16 00:03:02 +03:00
Shao Yu-Lung (Allen)
b022ce73a2
Merge pull request #3078 from vlauciani/issue_3077
workspace - fix crontab (issue: #3077)
2021-10-13 08:14:50 +08:00
Valentino Lauciani
145864fab2
fix crontab 2021-10-12 12:40:28 +02:00
Shao Yu-Lung (Allen)
6c45aeb074
Merge pull request #3075 from bestlong/ci-enable-ioncube
CI build enable install ioncube
2021-10-09 17:26:14 +08:00
Shao Yu-Lung (Allen)
3a7631c673 CI build enable install ioncube 2021-10-09 15:48:30 +08:00
Shao Yu-Lung (Allen)
50146d5732
Merge pull request #3074 from bestlong/check-fpm-ioncube
Add php-fpm ioncube install check
2021-10-09 12:03:28 +08:00
Shao Yu-Lung (Allen)
d5e990caba php-fpm: add ionCube Loader enabled check 2021-10-09 10:45:57 +08:00
Shao Yu-Lung (Allen)
9a451684f2 up php default version to 7.4 2021-10-09 10:44:21 +08:00
Shao Yu-Lung (Allen)
22d8ad6d1b
Merge pull request #3073 from bestlong/fix-3072
fix php5.6 php-worker swoole
2021-10-09 10:19:20 +08:00
Shao Yu-Lung (Allen)
6c50719b75 fix php5.6 php-worker swoole 2021-10-09 01:18:32 +08:00
Shao Yu-Lung (Allen)
45a7f9ad6f CI: skip ENCHANT, PG_CLIENT 2021-10-08 08:51:33 +08:00
Shao Yu-Lung (Allen)
986deb6925 CI: skip install MSSQL 2021-10-08 08:42:30 +08:00
Shao Yu-Lung (Allen)
8ddd12f94c
Merge pull request #3070 from bestlong/fix-3069
php7.0 mongodb fixed version number
2021-10-08 00:07:51 +08:00
Shao Yu-Lung (Allen)
50300f5bb1 php-worker mongodb 2021-10-07 23:39:34 +08:00
Shao Yu-Lung (Allen)
67b7d18607 fix typo 2021-10-07 23:32:57 +08:00
Shao Yu-Lung (Allen)
4439c16acd CI: skip install PG_CLIENT 2021-10-07 22:58:28 +08:00
Shao Yu-Lung (Allen)
ee80578fc6 php7.0 mongodb fixed version number 2021-10-07 22:49:24 +08:00
Shao Yu-Lung (Allen)
82d2b2e313
Merge pull request #3068 from bestlong/check-3067
workspace: add ionCube Loader enabled check
2021-10-07 22:17:44 +08:00
Shao Yu-Lung (Allen)
ee99550258 CI: skip ENCHANT 2021-10-07 22:04:06 +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)
8184e801d8
Merge pull request #3050 from lilashih/master
laravel octane nginx configuration added
2021-10-07 20:47:20 +08:00
Shao Yu-Lung (Allen)
e718e2ee4d
Merge pull request #3066 from dhtmdgkr123/master
fix weaver conf
2021-10-05 22:04:09 +08:00
dhtmdgkr123
42abd8b390
fix docker-compose up error
FIx docker-compose up error
2021-10-04 17:59:11 +09:00
Nisar Ahmed
306a8a6050 Update newrelic PHP Agent version to support PHP 8.x 2021-09-28 12:57:04 +10:00
Shao Yu-Lung (Allen)
1008cdcee5
Merge pull request #3058 from GautierDele/master
 Add mongo crendentials to environment
2021-09-22 17:25:33 +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)
224266dc88
Merge pull request #3061 from bestlong/fix-3060
Fix #3060
2021-09-22 17:23:38 +08:00
Shao Yu-Lung (Allen)
cb9d98476a Fix #3060 2021-09-22 17:20:45 +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
Shao Yu-Lung (Allen)
50fa29feee
Merge pull request #3055 from Geovanek/master
Set phyton version to work laravel-echo-server
2021-09-22 14:40:26 +08:00