Skip to content

Conversation

@arnaud-lb
Copy link
Member

@arnaud-lb arnaud-lb commented Dec 21, 2025

PHP 8.5 defines constant ZEND_VM_KIND since #19574, but this name is also used by zend_vm_gen.php. This causes zend_vm_gen.php to generate invalid code when executed with PHP 8.5 in an older branch.

Here I rename the constant in zend_vm_gen.php.

PHP 8.5 defines constant ZEND_VM_KIND, but this name is also used by
zend_vm_gen.php
@arnaud-lb arnaud-lb marked this pull request as ready for review December 21, 2025 13:32
@arnaud-lb arnaud-lb requested a review from dstogov as a code owner December 21, 2025 13:32
Copy link
Member

@ndossche ndossche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

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.

2 participants