Skip to content

Commit 912f2d4

Browse files
committed
Update downloaded libxml2 to 2.14.4
1 parent 900df93 commit 912f2d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/cmake/modules/Packages/LibXml2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set_package_properties(
4141
set(PHP_LIBXML2_MIN_VERSION 2.9.0)
4242

4343
# Download version when system dependency is not found.
44-
set(PHP_LIBXML2_DOWNLOAD_VERSION 2.12.7)
44+
set(PHP_LIBXML2_DOWNLOAD_VERSION 2.14.4)
4545

4646
FetchContent_Declare(
4747
LibXml2

cmake/ext/xml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cmake_dependent_option(
5757
PHP_EXT_XML_EXPAT
5858
"Build xml extension with the Expat library support instead of the libxml2"
5959
OFF
60-
[[PHP_EXT_XML]]
60+
PHP_EXT_XML
6161
OFF
6262
)
6363

0 commit comments

Comments
 (0)