Add Adminer update instructions to changelog

This commit is contained in:
cytopia 2019-12-28 21:12:08 +01:00
parent 25eac35991
commit 207b7ac7ad
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -21,6 +21,11 @@ major versions.
#### Changed
- Use official PHP 7.4 Docker image as base
- Updated Adminer to 4.7.5
```
sed -i'' 's/^<?php$/<?php if(!function_exists("get_magic_quotes_runtime")){function get_magic_quotes_runtime(){return false;}}if(!function_exists("get_magic_quotes_gpc")){function get_magic_quotes_gpc(){return false;}}/g' adminer-4.7.5-en.php
sed -i'' 's/while(list(\$y,\$X)=each(\$qg))/foreach ($qg as $y => $x)/g' adminer-4.7.5-en.php
sed -i'' 's/error_reporting(6135)/error_reporting(0)/g' adminer-4.7.5-en.php
```
- Updated phpMyAdmin to 4.9.3