Commit e35fefbfdb8 for php.net

commit e35fefbfdb83f08f6d4007b404261c17faf6e940
Author: Remi Collet <remi@remirepo.net>
Date:   Sat Dec 20 08:18:43 2025 +0100

    Fix header for uriBaseRuntimeVersionA prototype

diff --git a/ext/uri/php_uri.c b/ext/uri/php_uri.c
index 29b26f7b8ce..77fc627b6a9 100644
--- a/ext/uri/php_uri.c
+++ b/ext/uri/php_uri.c
@@ -30,7 +30,7 @@
 #include "uri_parser_rfc3986.h"
 #include "uri_parser_php_parse_url.h"
 #include "php_uri_arginfo.h"
-#include "uriparser/UriBase.h"
+#include "uriparser/Uri.h"

 zend_class_entry *php_uri_ce_rfc3986_uri;
 zend_class_entry *php_uri_ce_whatwg_url;