Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 611 Bytes

2023-08-01-fix-php-8-2-deprecations.md

File metadata and controls

10 lines (10 loc) · 611 Bytes
title issue
Fix PHP 8.2 deprecations
NEXT-29164

Core

  • Added missing properties to entities so that dynamically created property deprecations are not raised
  • Changed instances of deprecated function utf8_encode to use appropriate alternatives
  • Changed plugin zip utilities to not open potentially empty zip files
  • Changed \Shopware\Core\Framework\Struct\ArrayEntity so that translations are correctly implemented with partial entities
  • Changed \Shopware\Tests\Integration\Core\Checkout\Cart\CartPersisterTest::testCartCanBeUnserialized so that it uses a fixture without removed properties