Skip to content

Conversation

@BastianLedererIcinga
Copy link
Contributor

@BastianLedererIcinga BastianLedererIcinga commented Dec 4, 2025

Changes that had to be addressed

PHP 8.3 -> Php 8.4

Migration docs: https://www.php.net/manual/en/migration84

  • Function parameters that are null by default must be declared nullable.

PHP 8.4 -> PHP 8.5

Migration Docs: https://www.php.net/manual/en/migration85

  • Using null as an array offset is deprecated, an empty string can be used instead.

resolves: #170

Implicitly nullable parameters are deprecated in PHP 8.4
Using null as an array key is deprecated in PHP-8.5,
an empty string can be used for identical behavior
@lippserd lippserd changed the title Support php 8.4/8.5 Support PHP 8.5 Jan 8, 2026
@lippserd lippserd merged commit 227c805 into main Jan 8, 2026
13 checks passed
@lippserd lippserd deleted the support-php-8.4/8.5 branch January 8, 2026 12:34
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.

PHP 8.4/8.5 Support

5 participants