32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-06-18 13:32:20 +00:00
docker/3.10/php7.4/fpm-alpine
Nils Husung ffbb7e3854
Use mysqli_report(MYSQLI_REPORT_OFF) in makedb.php
Using PHP 8.1, the `makedb.php` script fails if the connection cannot be
established at the first try.  This is because according to
https://www.php.net/manual/en/mysqli-driver.report-mode.php, the default mysqli
reporting mode is now `MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT` while it was
`MYSQLI_REPORT_OFF` before.  The change makes `mysqli::__construct()` throw an
exception, which is not caught.  This commit restores the old behavior.
2022-10-19 12:21:45 +02:00
..
docker-entrypoint.sh Moves user check into Apache usecase. 2022-01-20 14:14:55 +02:00
Dockerfile Update images of Joomla! 3.10.10 to 3.10.11 2022-08-17 13:12:31 +02:00
makedb.php Use mysqli_report(MYSQLI_REPORT_OFF) in makedb.php 2022-10-19 12:21:45 +02:00