We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900df93 commit 912f2d4Copy full SHA for 912f2d4
cmake/cmake/modules/Packages/LibXml2.cmake
@@ -41,7 +41,7 @@ set_package_properties(
41
set(PHP_LIBXML2_MIN_VERSION 2.9.0)
42
43
# Download version when system dependency is not found.
44
-set(PHP_LIBXML2_DOWNLOAD_VERSION 2.12.7)
+set(PHP_LIBXML2_DOWNLOAD_VERSION 2.14.4)
45
46
FetchContent_Declare(
47
LibXml2
cmake/ext/xml/CMakeLists.txt
@@ -57,7 +57,7 @@ cmake_dependent_option(
57
PHP_EXT_XML_EXPAT
58
"Build xml extension with the Expat library support instead of the libxml2"
59
OFF
60
- [[PHP_EXT_XML]]
+ PHP_EXT_XML
61
62
)
63
0 commit comments