add note about db config for php 5 to 7 upgrade

This commit is contained in:
Brad Dutton
2020-03-01 11:17:29 -08:00
committed by GitHub
parent b5ad2863d1
commit 7df9081ea1
+9 -1
View File
@@ -48,7 +48,15 @@ For complete system requirements, please refer to:
Installing and Upgrading Instructions
-------------------------------------
**NOTE:** When upgrading from PHP 5 to PHP 7 you will need to change the database type from mysql to mysqli in var/database.php:
```php
$config['default'] = array(
'benchmark' => false,
'persistent' => false,
'connection' => array(
'type' => 'mysqli',
```
For docker installations:
https://hub.docker.com/r/bwdutton/gallery3