मैं इस पृष्ठ पर सूचीबद्ध ड्रश स्थापित करने के निर्देशों का पालन कर रहा हूं: https://github.com/drush-ops/drush/blob/master/docs/install.md
मुझे लगता है कि कोड में एक सिंटैक्स त्रुटि हो रही है:
[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
मुझे Google पर यह त्रुटि दिखाई नहीं दे रही है। इसे कैसे ठीक किया जाये, कोई विचार?
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
पर्यावरण चर सेट है या नहीं। मैंने यह जानने में बहुत समय बिताया कि ड्रिप php 5.6 का उपयोग क्यों नहीं कर रही है, भले ही मेरे पथ में कॉन्फ़िगर किया गया था। पता चलता है कि मैं DRUSH_PHP
एक लंबे समय से मेरे php 5.3 पथ के लिए निर्धारित किया था। unset DRUSH_PHP
मेरे लिए मुद्दा तय किया।