mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
ae1438b5e5
* uri/standard: Move the `parse_url()` URI parser into ext/uri/ Making ext/standard depend on ext/uri/ is a bit iffy (given that it is called *standard*) and having the parser implementation in ext/uri/ makes it easier to find and keep in sync. * uri: Mark local pointers as `const` in uri_parser_php_parse_url.c * uri: Remove useless explicit cast from void in uri_parser_php_parse_url.c * uri: Properly prefix symbols in uri_parser_php_parse_url.[ch] * uri: Remove useless `throw_invalid_uri_exception()` helper in uri_parser_php_parse_url.c