1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-upgrade-php-version

This commit is contained in:
Eldad Fux 2020-10-27 10:48:51 +02:00
commit 38e52eaf7b
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ before_install:
install:
- docker --version
- docker-compose up -d
- sleep 15
- sleep 30
script:
- docker ps

View file

@ -20,7 +20,7 @@ ENV TZ=Asia/Tel_Aviv \
PHP_IMAGICK_VERSION=master \
PHP_YAML_VERSION=2.2.0b2 \
PHP_MAXMINDDB_VERSION=v1.8.0
RUN \
apk add --no-cache --virtual .deps \
make \

View file

@ -236,7 +236,7 @@ class Client
$responseHeaders['status-code'] = $responseStatus;
if($responseStatus === 500) {
echo 'Server error(!): '.json_encode($responseBody)."\n";
echo 'Server error('.$method.': '.$path.'. Params: '.json_encode($params).'): '.json_encode($responseBody)."\n";
}
return [