Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Sep 9, 2025

See Commits and Changes for more details.


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

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

gwanglst and others added 20 commits September 6, 2025 12:38
* PHP-8.3:
  zend_API: Do not overwrite `readonly` properties in `object_properties_load()` (#19767)
* PHP-8.4:
  zend_API: Do not overwrite `readonly` properties in `object_properties_load()` (#19767)
* PHP-8.1:
  fix pipe detection for STDERR.
* PHP-8.2:
  fix pipe detection for STDERR.
  fix pipe detection for STDERR.
* PHP-8.3:
  fix pipe detection for STDERR.
  fix pipe detection for STDERR.
* PHP-8.4:
  fix pipe detection for STDERR.
  fix pipe detection for STDERR.
…r_rfc3986 (#19779)

In case one of the other error codes is returned, treating it as a syntax error
is going to be confusing for the user (and also the PHP team when an issue is
reported).
…19774)

By using the `zend_hash_*()` functions directly, we can benefit from the
precalculated hash value in the given `zend_string *uri_parser_name`. We need
to deconstify the parameter, since the function might calculate the hash, thus
modifying the `zend_string*`.
It makes sense to restrict the types used for $errors.
This can also improve the types for static analysis tools as they can
now rely on the array being a list of this class type.

Closes GH-19781.
@pull pull bot locked and limited conversation to collaborators Sep 9, 2025
@pull pull bot added the ⤵️ pull label Sep 9, 2025
@pull pull bot merged commit 0e2c991 into wudi:master Sep 9, 2025
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.

4 participants