Last active
March 14, 2016 22:57
-
-
Save yohangdev/70cd8f32a7aac6d8421a to your computer and use it in GitHub Desktop.
PHP 7.0.4 for Jessie Segmentation Fault Dotdeb
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 characters
// Rollback to 7.0.0 | |
apt-get install php7.0=7.0.0-1~dotdeb+8.1 \ | |
php7.0-common=7.0.0-1~dotdeb+8.1 \ | |
php7.0-cgi=7.0.0-1~dotdeb+8.1 \ | |
php7.0-fpm=7.0.0-1~dotdeb+8.1 \ | |
php7.0-cli=7.0.0-1~dotdeb+8.1 \ | |
php7.0-json=7.0.0-1~dotdeb+8.1 \ | |
php7.0-mysql=7.0.0-1~dotdeb+8.1 \ | |
php7.0-gd=7.0.0-1~dotdeb+8.1 \ | |
php7.0-curl=7.0.0-1~dotdeb+8.1 \ | |
php7.0-opcache=7.0.0-1~dotdeb+8.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment