Skip to content

Files

Latest commit

Dec 18, 2024
423c4d7 · Dec 18, 2024

History

History
29 lines (17 loc) · 562 Bytes

xml.md

File metadata and controls

29 lines (17 loc) · 562 Bytes

The xml extension

Configure the xml extension.

This extension provides support for parsing XML.

PHP_EXT_XML

  • Default: ON
  • Values: ON|OFF

Enable the extension.

PHP_EXT_XML_SHARED

  • Default: OFF
  • Values: ON|OFF

Build extension as shared.

PHP_EXT_XML_EXPAT

  • Default: OFF
  • Values: ON|OFF

Build xml extension with the Expat library support instead of the libxml2.