Skip to content

Fix for PHP 8.6.0beta2 - #108

Open
remicollet wants to merge 2 commits into
php:masterfrom
remicollet:issue-php86beta2
Open

Fix for PHP 8.6.0beta2#108
remicollet wants to merge 2 commits into
php:masterfrom
remicollet:issue-php86beta2

Conversation

@remicollet

Copy link
Copy Markdown
Member

Includes commit from PR #101

rainerjung and others added 2 commits September 8, 2026 10:56
It is defined for PHP 8.0-8.5 in Zend/zend_operators.h as

#define zval_is_true(op) \
        zend_is_true(op)

The original commit adding it to php-src was 27dc598, the commit finally removing it and replacing every use of it by zend_is_true() was commit 985d681.
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.

2 participants