Skip to content

Commit 39c9ab0

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 0461a3f + e70b206 commit 39c9ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cmake/modules/Packages/LibXml2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set(PHP_LIBXML2_DOWNLOAD_VERSION 2.12.7)
3838

3939
FetchContent_Declare(
4040
LibXml2
41-
URL https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${PHP_LIBXML2_DOWNLOAD_VERSION}/libxml2-v${PHP_LIBXML2_DOWNLOAD_VERSION}.tar.gz
41+
URL https://github.com/GNOME/libxml2/archive/refs/tags/v${PHP_LIBXML2_DOWNLOAD_VERSION}.tar.gz
4242
EXCLUDE_FROM_ALL
4343
SYSTEM
4444
FIND_PACKAGE_ARGS

0 commit comments

Comments
 (0)