Forked from pascalbaljet/imagick-3.4.0-PHP7-forge.sh
Created
November 26, 2020 09:10
-
-
Save trongle/f4fcf1516938518c32d7b51b393b980b to your computer and use it in GitHub Desktop.
Revisions
-
pascalbaljet renamed this gist
Mar 5, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,13 +6,13 @@ fi apt-get install pkg-config libmagickwand-dev -y cd /tmp wget https://pecl.php.net/get/imagick-3.4.0.tgz tar xvzf imagick-3.4.0.tgz cd imagick-3.4.0 phpize ./configure make install rm -rf /tmp/imagick-3.4.0* echo extension=imagick.so >> /etc/php/7.0/cli/php.ini echo extension=imagick.so >> /etc/php/7.0/fpm/php.ini service php7.0-fpm restart -
pascalbaljet revised this gist
Feb 16, 2016 . No changes.There are no files selected for viewing
-
pascalbaljet revised this gist
Feb 3, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,5 +14,6 @@ phpize make install rm -rf /tmp/imagick-3.4.0RC6* echo extension=imagick.so >> /etc/php/7.0/cli/php.ini echo extension=imagick.so >> /etc/php/7.0/fpm/php.ini service php7.0-fpm restart service nginx restart -
pascalbaljet renamed this gist
Feb 2, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,13 +6,13 @@ fi apt-get install pkg-config libmagickwand-dev -y cd /tmp wget http://pecl.php.net/get/imagick-3.4.0RC6.tgz tar xvzf imagick-3.4.0RC6.tgz cd imagick-3.4.0RC6 phpize ./configure make install rm -rf /tmp/imagick-3.4.0RC6* echo extension=imagick.so >> /etc/php/7.0/cli/php.ini service php7.0-fpm restart service nginx restart -
pascalbaljet revised this gist
Dec 6, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if [ "$EUID" -ne 0 ] exit fi apt-get install pkg-config libmagickwand-dev -y cd /tmp wget http://pecl.php.net/get/imagick-3.4.0RC2.tgz tar xvzf imagick-3.4.0RC2.tgz -
pascalbaljet revised this gist
Dec 6, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,6 @@ phpize ./configure make install rm -rf /tmp/imagick-3.4.0RC2* echo extension=imagick.so >> /etc/php/7.0/cli/php.ini service php7.0-fpm restart service nginx restart -
pascalbaljet revised this gist
Dec 6, 2015 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,9 @@ #!/bin/bash if [ "$EUID" -ne 0 ] then echo "Please run as root" exit fi apt-get install pkg-config imagemagick libmagickwand-dev -y cd /tmp wget http://pecl.php.net/get/imagick-3.4.0RC2.tgz -
pascalbaljet created this gist
Dec 6, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/bash apt-get install pkg-config imagemagick libmagickwand-dev -y cd /tmp wget http://pecl.php.net/get/imagick-3.4.0RC2.tgz tar xvzf imagick-3.4.0RC2.tgz cd imagick-3.4.0RC2 phpize ./configure make install rm -rf /tmp/imagick-3.4.0RC2* echo extension=imagick.so > /etc/php/7.0/cli/php.ini service php7.0-fpm restart service nginx restart