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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -