You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drush gets "Segmentation fault" on drupal 7.54, php 7.0.7, redis module and phpredis php extension. Page works fine all the time. When I switch to php 5.6 or change in settings.php redis_client_interface from PhpRedis to Predis it it starts working.
$ drush --version
Drush Version : 8.1.10
$ php -v
PHP 7.0.7 (cli) (built: Jun 8 2016 18:13:49) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
with Xdebug v2.4.1, Copyright (c) 2002-2016, by Derick Rethans
Drush gets "Segmentation fault" on drupal 7.54, php 7.0.7, redis module and phpredis php extension. Page works fine all the time. When I switch to php 5.6 or change in settings.php redis_client_interface from PhpRedis to Predis it it starts working.
Redis options from settings.php:
The text was updated successfully, but these errors were encountered: