Adds notice to mysqli-driver fix. Improved the Dockerflie.template.

This commit is contained in:
Llewellyn van der Merwe 2022-10-26 20:50:57 +02:00
parent ffbb7e3854
commit 5db422d45a
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
14 changed files with 29 additions and 3 deletions

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{

View File

@ -37,7 +37,7 @@ RUN set -ex; \
autoconf \
bzip2-dev \
gmp-dev \
{{ if env.version == "4.2" then ( -}}
{{ if env.version != "3.10" then ( -}}
icu-dev \
{{ ) else "" end -}}
freetype-dev \
@ -61,7 +61,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
libbz2-dev \
libgmp-dev \
{{ if env.version == "4.2" then ( -}}
{{ if env.version != "3.10" then ( -}}
libicu-dev \
{{ ) else "" end -}}
libfreetype6-dev \
@ -96,7 +96,7 @@ RUN set -ex; \
exif \
gd \
gmp \
{{ if env.version == "4.2" then ( -}}
{{ if env.version != "3.10" then ( -}}
intl \
{{ ) else "" end -}}
ldap \

View File

@ -15,6 +15,8 @@ else
$maxTries = 10;
// set original default behaviour for PHP 8.1 and higher
// see https://www.php.net/manual/en/mysqli-driver.report-mode.php
mysqli_report(MYSQLI_REPORT_OFF);
do
{