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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -