Skip to content

[pull] master from php:master#390

Merged
pull[bot] merged 7 commits into
turkdevops:masterfrom
php:master
Sep 22, 2025
Merged

[pull] master from php:master#390
pull[bot] merged 7 commits into
turkdevops:masterfrom
php:master

Conversation

@pull

@pull pull Bot commented Sep 22, 2025

Copy link
Copy Markdown

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 7 commits September 21, 2025 22:23
* uri: Check early whether we would be overwriting an existing URI in `uri_unserialize()`

* uri: Access the CE consistently in `uri_unserialize()`
The functions derived non-const pointers from a const-pointer, which is not
correct. Since #19854 no `const` pointers are passed into these
functions, so we can just make the parameter non-const.
* uri: Fix handling of large port numbers in URI struct

* uri: Explain the choice of type for `php_uri.port`

* NEWS
…19827)

The __wakeup() method is obsolete as a __unserialize() magic method is implemented.
Therefore, any class extending from those classes that overload deserialization should call the __unserialize() method instead of __wakeup() to properly handle the deserialization.

This deprecation follows the wording of the deprecation of the SplFixedArray::__wakeup() magic method.
@pull pull Bot locked and limited conversation to collaborators Sep 22, 2025
@pull pull Bot added the ⤵️ pull label Sep 22, 2025
@pull pull Bot merged commit 4bc060c into turkdevops:master Sep 22, 2025
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