1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

10 Commits

Author SHA1 Message Date
Michael Voříšek
5330e7f59b Verify bundled sources using CI - boost.context & uriparser (#20438) 2026-02-11 20:24:08 +01:00
Tim Düsterhus
4a5a328f26 uri: Update to uriparser-1.0.0 (#20715)
We're now cleanly back on a released version. No functional changes since the
last import of the library.

Version 0.9.10 never existed, the minimum version in config.m4 was already
increased in anticipation of a new release that contained necessary bugfixes to
prevent building against a uriparser without these fixes. It therefore also is
adjusted to 1.0.0 for correctness without having an impact.
2025-12-15 23:06:17 +01:00
Tim Düsterhus
284e202d25 uri: Update to uriparser-0.9.9-85-g9a31011 (#20707)
This is specifically to import uriparser/uriparser#284 to fix CVE-2025-67899.
2025-12-15 16:19:32 +01:00
Tim Düsterhus
8fd69e15e0 uri: Update to uriparser-0.9.9-79-gf47a7f0 (#20671)
This is in preparation of importing a fix for the uriparser/uriparser#282
security issue, which will likely depend on this refactoring to cleanly apply.
2025-12-09 11:52:42 +01:00
Tim Düsterhus
8a0c300d02 uri: Update to uriparser-0.9.9-59-gc3b4956 (#20437)
This is specifically to backport uriparser/uriparser#276.

Fixes php/php-src#20431.
2025-11-11 16:23:27 +01:00
Tim Düsterhus
1ca78dd98d uri: Update to uriparser-0.9.9-21-g08df3b2 (#19992)
This is specifically to backport uriparser/uriparser#265.

Fixes php/php-src#19897.
2025-10-06 21:51:13 +02:00
Máté Kocsis
01ae278c47 Update uriparser to version 0.9.9 (#19711) 2025-09-04 23:58:08 +02:00
Máté Kocsis
8bb6b81c60 Update uriparser to commit 8c06d 2025-07-04 08:20:27 +02:00
Máté Kocsis
66376389fe Update uriparser to commit 5f7c6d88c50f548d0c7f499c22d36f51d34775b3
While there, fix Windows build by adding UriResolve.c to the sources.
2025-07-01 21:53:33 +02:00
Máté Kocsis
d585a5609d Add ext/uri skeleton along with uriparser (#18658)
Relates to https://github.com/php/php-src/pull/14461/ and https://wiki.php.net/rfc/url_parsing_api
2025-05-27 08:16:24 +02:00