PHP Velho Oeste 2024

Pré-requis

Cette extension requière l'extension PHP libxml. Ceci signifie passer l'option de configuration --with-libxml, ou antérieur à PHP 7.4 l'option de configuration --enable-libxml, bien que ceci est accomplie implicitement car libxml est activé par défaut.

add a note add a note

User Contributed Notes 2 notes

up
-17
James
14 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
-19
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