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
While having declared export DRUSH_PHP='/usr/local/php53/bin/php' is good option, on linux multiuser system there would be need to declare each user in .bashrc for this change.
While not too hard, option to do so on drush installation resource would make transition to 6.x easier for sys-admins.
It seems that the best place would be just inside DRUSH_PHP code block (55-76 lines in drush).
Should I submit patch or will someone else do it?
The text was updated successfully, but these errors were encountered:
While having declared
export DRUSH_PHP='/usr/local/php53/bin/php'
is good option, on linux multiuser system there would be need to declare each user in.bashrc
for this change.While not too hard, option to do so on
drush
installation resource would make transition to 6.x easier for sys-admins.It seems that the best place would be just inside
DRUSH_PHP
code block (55-76 lines indrush
).Should I submit patch or will someone else do it?
The text was updated successfully, but these errors were encountered: