Skip to content

PHP 8.6 compatibility: Replace zval_is_true#101

Open
rainerjung wants to merge 1 commit into
php:masterfrom
rainerjung:Replace-zval_is_true
Open

PHP 8.6 compatibility: Replace zval_is_true#101
rainerjung wants to merge 1 commit into
php:masterfrom
rainerjung:Replace-zval_is_true

Conversation

@rainerjung

Copy link
Copy Markdown

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.

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.

1 participant