From 1286e850b2df929c10afbc99714e5c9b5b37ac6a Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 14 Jul 2022 09:35:42 +1000 Subject: [PATCH] [REF][PHP8.1] Apply PR patch to fix issue in php8.1 where mysqli error reporting changed --- composer.json | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c59ca8842c32..97e592cc30c0 100644 --- a/composer.json +++ b/composer.json @@ -280,6 +280,7 @@ "Fix deprecation warning in php8.1 on html_entity_decode": "https://raw.githubusercontent.com/civicrm/civicrm-core/e758d20e9f613ca6c4cf652c23d2cd7e5d3af3ce/tools/scripts/composer/html2text_html2_text_php81_deprecation.patch" }, "pear/db": { + "Apply patch to ensure that MySQLI reporting remains the same in php8.1": "https://patch-diff.githubusercontent.com/raw/pear/DB/pull/13.patch", "Apply CiviCRM Customisations for the pear:db package": "https://raw.githubusercontent.com/civicrm/civicrm-core/2ad420c394/tools/scripts/composer/pear_db_civicrm_changes.patch" }, "pear/mail": { diff --git a/composer.lock b/composer.lock index f429d6827d0d..6b1f0d1d9432 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0a71498577ae93d1ce6f5b43c34023dc", + "content-hash": "8ba18470b982cc10bc7598d0b573a289", "packages": [ { "name": "adrienrn/php-mimetyper",