PHP 7.0.6 Released

Requirements

This extension requires the libxml PHP extension. This means that passing in --enable-libxml is also required, although this is implicitly accomplished because libxml is enabled by default.

User Contributed Notes

david at brayworth dot com dot au
4 years ago
Under Fedora packaging ssystems you will need php-xml
=> yum install php-xml
James
6 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.
To Top