Commit 936f7271066 for php.net

commit 936f7271066b4dfeec3a8cddde562c3d611c898f
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Mon Apr 27 11:14:56 2026 -0700

    CI: update download-bundled for uriparser 1.0.1

    Follow-up to #21890

diff --git a/.github/scripts/download-bundled/uriparser.sh b/.github/scripts/download-bundled/uriparser.sh
index 8820a67333f..8973962fb5d 100755
--- a/.github/scripts/download-bundled/uriparser.sh
+++ b/.github/scripts/download-bundled/uriparser.sh
@@ -5,7 +5,7 @@ cd "$(dirname "$0")/../../.."
 tmp_dir=/tmp/php-src-download-bundled/uriparser
 rm -rf "$tmp_dir"

-revision=refs/tags/uriparser-1.0.0
+revision=refs/tags/uriparser-1.0.1

 git clone --depth 1 --revision="$revision" https://github.com/uriparser/uriparser.git "$tmp_dir"