-
Notifications
You must be signed in to change notification settings - Fork 8k
uri: Update to uriparser-0.9.9-21-g08df3b2 #19992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is specifically to backport uriparser/uriparser#265. Fixes php#19897.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No RM objections, please note this also need approval from @DanielEScherzer given that we're in the RC phase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RM approval, please be sure to add a NEWS entry for RC2
* the size header. | ||
* memory->reallocarray is uriEmulateReallocarray. | ||
* <ul> | ||
* <li><c>memory->calloc</c> is <c>uriEmulateCalloc</c>.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure about some of this >
escaping but if that is what upstream does...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. This is a straight copy and paste from upstream's src/ and include/ directories (only ext/uri/uriparser/src/UriConfig.h
is generated from ext/uri/uriparser/src/UriConfig.h.in
).
CI failures are due to 08924cd. Merging. |
* PHP-8.5: uri: Update to uriparser-0.9.9-21-g08df3b2 (#19992)
Requested Remi's and RM review, because of the updated minimum version for an external uriparser library. Given that the URI extension is completely new, I believe it's best to ship with the “best possible” version of uriparser to make a good first impression.
This is specifically to backport uriparser/uriparser#265.
Fixes #19897.