Skip to content

Php upgrade exploration#7

Draft
kilgore5 wants to merge 4 commits intomainfrom
php-upgrade-exploration
Draft

Php upgrade exploration#7
kilgore5 wants to merge 4 commits intomainfrom
php-upgrade-exploration

Conversation

@kilgore5
Copy link
Copy Markdown

@kilgore5 kilgore5 commented Feb 6, 2026

Generated description

Below is a concise technical summary of the changes proposed in this PR:
Updates the extension to support PHP 8.3 and 8.4 by declaring previously dynamic properties across several components. Ensures compatibility with modern PHP versions while maintaining support for PHP 8.1 and 8.2.

TopicDetails
Project Config Update composer.json to reflect support for PHP 8.1 through 8.4 and provide a detailed upgrade plan and status in PHP_8_UPGRADE_PLAN.md.
Modified files (3)
  • .gitignore
  • PHP_8_UPGRADE_PLAN.md
  • composer.json
Latest Contributors(1)
UserCommitDate
oscar.brennwald@kustom...first-commitAugust 28, 2023
PHP Compatibility Declare missing class properties in controllers, helpers, and observers to prevent fatal errors in PHP 8.3+ caused by dynamic property assignment.
Modified files (6)
  • Controller/Adminhtml/Event/Export.php
  • Helper/Data.php
  • Observer/Address.php
  • Observer/Customer.php
  • Observer/Order.php
  • Observer/OrderAddress.php
Latest Contributors(1)
UserCommitDate
oscar.brennwald@kustom...first-commitAugust 28, 2023
This pull request is reviewed by Baz. Review like a pro on (Baz).

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 6, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kilgore5 kilgore5 self-assigned this Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant