vagrant - Missing DOMDocument in PHP on virtual machine -
i've vagrant box ( scotch box ) , updated php 7 in vagrant ssh
, i'm missing domdocument class.
sudo apt-get install php7.0-xml sudo apt-get install php-xml
commands installs module can't see php -m
. necessary recompile php?
i using wrong command, sudo apt-get install php7.0-dom
installed module correctly. sudo apt-get install php7.0-xml
wrong package, in fact don't link between two.
Comments
Post a Comment