Skip to content

[pull] master from php:master#733

Merged
pull[bot] merged 19 commits intoturkdevops:masterfrom
php:master
Feb 17, 2026
Merged

[pull] master from php:master#733
pull[bot] merged 19 commits intoturkdevops:masterfrom
php:master

Conversation

@pull
Copy link

@pull pull bot commented Feb 17, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

TimWolla and others added 19 commits February 17, 2026 16:49
Checked for “binary and” comparisons using Coccinelle:

    @@
    struct _zend_class_entry *e;
    expression x;
    @@

    * (e->type & x)

    @@
    zend_class_entry *e;
    expression x;
    @@

    * (e->type & x)
* PHP-8.2:
  [skip ci] Sync nightly.yml with master
* PHP-8.3:
  [skip ci] Sync nightly.yml with master
* PHP-8.4:
  [skip ci] Sync nightly.yml with master
* PHP-8.5:
  [skip ci] Sync nightly.yml with master
Also introduce label-based opt-in and opt-out mechanism for jobs.

Closes GH-21172
* PHP-8.2:
  Unify push & nightly workflows
* PHP-8.3:
  Unify push & nightly workflows
* PHP-8.4:
  Unify push & nightly workflows
* PHP-8.5:
  Unify push & nightly workflows
* PHP-8.2:
  Fix array_column() on null in nightly_matrix.php
* PHP-8.3:
  Fix array_column() on null in nightly_matrix.php
* PHP-8.4:
  Fix array_column() on null in nightly_matrix.php
* PHP-8.5:
  Fix array_column() on null in nightly_matrix.php
In SCCP, arrays containing partial objects must be marked as partial so that
their values are not accidentally propagated.

Fixes GH-21227
Closes GH-21232
* PHP-8.4:
  Fix borked SCCP of array containing partial object
* PHP-8.5:
  Fix borked SCCP of array containing partial object
@pull pull bot locked and limited conversation to collaborators Feb 17, 2026
@pull pull bot added the ⤵️ pull label Feb 17, 2026
@pull pull bot merged commit 94c8e01 into turkdevops:master Feb 17, 2026
1 check failed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments