Skip to content

Conversation

TimWolla
Copy link
Member

See individual commits. Following #19581 and #19554.

return;
}

php_raw_url_decode(Z_STRVAL_P(zv), Z_STRLEN_P(zv));
Copy link
Member Author

Choose a reason for hiding this comment

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

There is a pre-existing bug here. I'll fix it as a follow-up:

Suggested change
php_raw_url_decode(Z_STRVAL_P(zv), Z_STRLEN_P(zv));
Z_STRLEN_P(zv) = php_raw_url_decode(Z_STRVAL_P(zv), Z_STRLEN_P(zv));

@TimWolla TimWolla requested a review from a team August 26, 2025 07:27
Copy link
Member

@edorian edorian left a comment

Choose a reason for hiding this comment

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

RM approval 👍

@TimWolla TimWolla merged commit ae1438b into php:master Aug 26, 2025
9 checks passed
@TimWolla TimWolla deleted the uri-parse_url-move branch August 26, 2025 12:49
Sign up for free to 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