Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Last active March 14, 2016 22:57
Show Gist options
  • Save yohangdev/70cd8f32a7aac6d8421a to your computer and use it in GitHub Desktop.
Save yohangdev/70cd8f32a7aac6d8421a to your computer and use it in GitHub Desktop.
PHP 7.0.4 for Jessie Segmentation Fault Dotdeb
// 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