Skip to content

Core: fix missing deprecation when accessing null array key with JIT - #20883

Merged
alexandre-daubois merged 3 commits into
php:PHP-8.5from
alexandre-daubois:jit-array-null-key
Jan 30, 2026
Merged

Core: fix missing deprecation when accessing null array key with JIT#20883
alexandre-daubois merged 3 commits into
php:PHP-8.5from
alexandre-daubois:jit-array-null-key

Conversation

@alexandre-daubois

Copy link
Copy Markdown
Member

Missing deprecation raised in #20857

Comment threadZend/Optimizer/sccp.c Outdated

@dstogovdstogov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

See minor note.
Everything else looks fine.

Comment threadZend/Optimizer/sccp.c Outdated
@alexandre-daubois
alexandre-dauboisforce-pushed the jit-array-null-key branch 2 times, most recently from 7522b0c to 681ef28CompareJanuary 12, 2026 10:03
Comment threadZend/Optimizer/sccp.c Outdated

@iluuu1994iluuu1994 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks Alexandre!

@alexandre-daubois
alexandre-daubois merged commit 4a6e607 into php:PHP-8.5Jan 30, 2026
10 checks passed
alexandre-daubois added a commit that referenced this pull request Jan 30, 2026
* PHP-8.5:
Core: fix missing deprecation when accessing null array key with JIT (#20883)
Sign up for freeto 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.

3 participants

@alexandre-daubois@iluuu1994@dstogov