Skip to content

Fix PHP 8.6 compatibility#80

Merged
kocsismate merged 1 commit into
DomBlack:masterfrom
kocsismate:php86-fix
Jul 22, 2026
Merged

Fix PHP 8.6 compatibility#80
kocsismate merged 1 commit into
DomBlack:masterfrom
kocsismate:php86-fix

Conversation

@kocsismate

Copy link
Copy Markdown
Collaborator
  • Use new ZPP for PHP 8.0+ because zend_parse_parameters_throw() was removed in PHP 8.6
  • Pass the correct types for ZPP (e.g. zend_long instead of long)
  • Use zend_bin2hex() instead of php_hash_bin2hex() on PHP 8.6+

- Use new ZPP for PHP 8.0+ because zend_parse_parameters_throw() was removed in PHP 8.6
- Pass the correct types for ZPP (e.g. zend_long instead of long)
- Use zend_bin2hex() instead of php_hash_bin2hex() on PHP 8.6+
@kocsismate
kocsismate merged commit e45f4c6 into DomBlack:master Jul 22, 2026
12 checks passed
@kocsismate
kocsismate deleted the php86-fix branch July 22, 2026 08:39
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