Necesități

Această extensie necesită extensia PHP libxml. Aceasta înseamnă că e necesară de asemenea și indicarea opțiunii --with-libxml, sau --enable-libxml pentru PHP anterior 7.4, cu toate că aceasta este realizat în mod implicit deoarece libxml este activată implicit.

add a note add a note

User Contributed Notes 2 notes

up
-14
James
13 years ago
You also need to check libxml is installed. Check phpinfo() > Dom to see if it is. Bug report filed to get this added here.
up
-24
david at brayworth dot com dot au
12 years ago
Under Fedora packaging ssystems you will need php-xml
=> yum install php-xml
To Top