34
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2025-01-10 08:34:04 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
56e8a0fa65
Add postgres dbname to connection of pgsql 2024-07-27 21:13:54 +02:00
Stéfano Araujo
73dbbcea31
Update makedb.php
FIX: PostgreSQL Connection Error
2024-07-22 18:41:21 -03:00
84876534d1
Adds pgsql compatibility #42 2023-03-31 15:08:53 +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
Michael Babker
966275ada2 Initial working build of Joomla using a Docker image 2015-07-25 15:25:36 -04:00