Skip to content

Drop PHP 7 support#194

Open
thekid wants to merge 6 commits into
masterfrom
refactor/drop-php7
Open

Drop PHP 7 support#194
thekid wants to merge 6 commits into
masterfrom
refactor/drop-php7

Conversation

@thekid

@thekid thekid commented Jul 6, 2026

Copy link
Copy Markdown
Member

Implements last phase of xp-framework/rfc#343. Minimum required PHP version goes from 7.4.0 to 8.0.0!

  • Create a three branch for easy backporting
  • Composer
  • CI pipeline
  • README
  • PHP 7 emitter
  • PHP 7-specific emulation:
    • ArbitrayNewExpressions
    • AttributesAsComments
    • ChainScopeOperators
    • MatchAsTernaries
    • NonCapturingCatchVariables
    • NullsafeAsTernaries
    • OmitArgumentNames
    • RewriteThrowableExpressions
  • PHP 8 syntax
    • Constructor argument promotion
  • Mark PHP 7.x as unsupported in Wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant