[Bug 1522422] Re: PHP5 branch and PHP7 branch

2016-01-07 Thread Mike O'Connell
It has been added: http://packages.ubuntu.com/xenial/php/php7.0 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1522422 Title: PHP5 branch and PHP7 branch To manage notifications abou

[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-04 Thread Mike O'Connell
As a temporary fix you can simply symlink to libWand.so.10 and libMagick.so.10, nothing dramatic changed between imagemagick 9 and 10. sudo ln -s libWand.so.10 libWand.so.9 sudo ln -s libMagick.so.10 libMagick.so.9 -- PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so