Sto seguendo le istruzioni per installare Drush che sono elencate in questa pagina: https://github.com/drush-ops/drush/blob/master/docs/install.md
Mi sembra di avere un errore di sintassi all'interno del codice:
[user@localhost ~]$ wget https://github.com/drush-ops/drush/releases/download/8.0.0-rc4/drush.phar
--2015-11-16 16:23:02-- https://github.com/drush-ops/drush/releases/download/8.0.0-rc4/drush.phar
Resolving github.com (github.com)... 192.30.252.131
Connecting to github.com (github.com)|192.30.252.131|:443... connected.
HTTP request sent, awaiting response... 302 Found
2015-11-16 16:23:05 (1.47 MB/s) - drush.phar saved [3496991/3496991]
[user@localhost ~]$ php drush.phar core-status
Parse error: syntax error, unexpected '[' in phar:///home/user/drush.phar/includes/output.inc on line 188
Non vedo questo errore su Google. hai qualche idea su come aggiustarlo?
PHP 5.3.29 (cli) (built: Nov 3 2015 15:43:40) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2014 Zend Technologies
DRUSH_PHP
impostato la variabile d'ambiente. Ho passato troppo tempo a cercare di capire perché drush non stava usando php 5.6 anche se quello era ciò che era configurato nel mio percorso. Ho scoperto che avevo DRUSH_PHP
impostato il mio percorso php 5.3 da molto tempo fa. unset DRUSH_PHP
risolto il problema per me.