Commit Graph

3130 Commits

Author SHA1 Message Date
dependabot[bot]
6d61cd3d25
Bump ws from 5.2.2 to 5.2.3 in /react
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 13:39:02 +00:00
dependabot[bot]
3ef987ba84
Bump tmpl from 1.0.4 to 1.0.5 in /react
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 13:38:59 +00:00
dependabot[bot]
7d91cd3348
Bump axios from 0.21.1 to 0.21.2 in /react
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 13:38:44 +00: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
YenHai
7c2b1c561a Change PCRE mirror of Openresty 2022-01-03 17:18:49 +08:00
Wuweiming
c906356f46 fix:Add php xlswriter extension 2021-12-30 18:28:14 +08:00
Valentino Lauciani
3a8ff2c329
Update docker-compose.yml 2021-12-22 09:18:33 +01:00
Valentino Lauciani
cf6e2cd843
Update Dockerfile 2021-12-22 09:17:25 +01:00
Valentino Lauciani
3d2194301e
Update .env.example 2021-12-21 12:05:56 +01:00
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
Erik Niebla
9f0657e2b0 ci(PHP 8.1): add CI processes for PHP 8.1 2021-12-20 10:24:21 -05:00
Wuweiming
084fcaaf8b fix:Add php xlswriter extension 2021-12-20 15:19:02 +08: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
Wuweiming
9536c2e63f fix:Add php xlswriter extension 2021-12-16 15:17:19 +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
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
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