Commit 0e973e37922 for php.net

commit 0e973e379227f7b08934c1088b3fc8b23a7be1a1
Author: Máté Kocsis <kocsismate@woohoolabs.com>
Date:   Thu Jun 11 02:44:54 2026 +0200

    Fix missing zend_tests extension dependencies for ext/uri tests

diff --git a/ext/uri/tests/100.phpt b/ext/uri/tests/100.phpt
index 6a5482d43e7..1ad726123b7 100644
--- a/ext/uri/tests/100.phpt
+++ b/ext/uri/tests/100.phpt
@@ -1,5 +1,6 @@
 --TEST--
 Test the parse_url-based URI parser
+--EXTENSIONS--
 zend_test
 --FILE--
 <?php
diff --git a/ext/uri/tests/101.phpt b/ext/uri/tests/101.phpt
index d394fc119f0..daa83e45c9f 100644
--- a/ext/uri/tests/101.phpt
+++ b/ext/uri/tests/101.phpt
@@ -1,5 +1,6 @@
 --TEST--
 Test the Lexbor-based URI parser
+--EXTENSIONS--
 zend_test
 --FILE--
 <?php
diff --git a/ext/uri/tests/102.phpt b/ext/uri/tests/102.phpt
index 65bf1a37388..69d6b21babb 100644
--- a/ext/uri/tests/102.phpt
+++ b/ext/uri/tests/102.phpt
@@ -1,5 +1,6 @@
 --TEST--
 Test the handling large ports for the uri struct
+--EXTENSIONS--
 zend_test
 --FILE--
 <?php