Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 478 Bytes

dom.md

File metadata and controls

23 lines (14 loc) · 478 Bytes

The dom extension

Configure the dom extension.

This extension provides support for operations on XML and HTML through Document Object Model (DOM).

PHP_EXT_DOM

  • Default: ON
  • Values: ON|OFF

Enable the extension.

PHP_EXT_DOM_SHARED

  • Default: OFF
  • Values: ON|OFF

Build extension as shared.