[REF][PHP8.2] Add patches to pear upstream packages to fix issues with PHP8.2
authorSeamus Lee <seamuslee001@gmail.com>
Sat, 29 Oct 2022 21:53:42 +0000 (08:53 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 1 Nov 2022 00:03:20 +0000 (11:03 +1100)
Remove Pear/DB DB_DataObject patch as not needed

composer.json
composer.lock

index e3372508d0f0690fc3614749fe4ddf5c5a717e16..9b4c66d11a83ec10ec98a3d3038221dbc402e82f 100644 (file)
       "html2text/html2text": {
         "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/pear-core-minimal": {
+        "Apply patch to fix creation of dynamic properties in PEAR_Error class": "https://patch-diff.githubusercontent.com/raw/pear/pear-core-minimal/pull/11.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 patch to fix deprecations in php8.2": "https://patch-diff.githubusercontent.com/raw/pear/DB/pull/14.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/log": {
index ae0edc194a74408fdcc4908975736fb537ddf5ae..24857b43ba1550a1fb8cd3df64197b0dd9cb9dfd 100644 (file)
@@ -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": "77915211e70259ae67353768d5655313",
+    "content-hash": "9a339b4f8757345e4953ef53bf75e7b0",
     "packages": [
         {
             "name": "adrienrn/php-mimetyper",