32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-06-11 10:22:21 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
f03a7cf528
Update images of Joomla! 4.2.8 to 4.2.9 2023-03-14 22:11:30 +02:00
fe656496dc
Update images of Joomla! 4.2.7 to 4.2.8 2023-02-16 19:56:42 +02:00
da5a91d2d4
Update images of Joomla! 4.2.6 to 4.2.7 2023-02-02 13:06:46 +02:00
935f419c92
Update images of Joomla! 4.2.5 to 4.2.6 2022-12-13 20:27:57 +02:00
81927626ee
Removes PHP 7.4 2022-12-13 20:25:53 +02:00
04c039b54b
Update images of Joomla! 4.2.3 to 4.2.5 2022-11-09 10:21:50 +02:00
445bd47c26
Update images of Joomla! 4.2.2 to 4.2.3 2022-10-26 20:53:58 +02:00
5db422d45a
Adds notice to mysqli-driver fix. Improved the Dockerflie.template. 2022-10-26 20:50:57 +02:00
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
457aa21336
Update images of Joomla! 4.2.0 to 4.2.2 2022-09-07 10:59:53 +02:00
b4aabfb407
Update images of Joomla! 4.1.5 to 4.2.0 2022-08-17 13:09:45 +02:00