PHP 8.4.0 RC4 available for testing

Installazione

Questa estensione è abilitata di default. Può essere disattivata utilizzando la seguente opzione al momento della compilazione: --disable-simplexml

add a note

User Contributed Notes 1 note

up
4
ottakar at freezed dot me
6 years ago
This XML module is not provided on a default php (v7) install on Debian GNU/Linux stretch (9.3)
Add it with: sudo apt-get install php-xml
To Top