Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Sep 21, 2025

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 : )

ndossche and others added 10 commits September 21, 2025 19:36
* 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 21, 2025
@pull pull bot added the ⤵️ pull label Sep 21, 2025
@pull pull bot merged commit 4bc060c into wudi:master Sep 21, 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