Closed (fixed)
Project:
Drush
Component:
Base system (internal API)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 May 2011 at 01:18 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
geek-merlinreworked this a bit so that we can have 'php' and 'php-options' keys in our sitealias file.
docs included.
Comment #2
greg.1.anderson commentedThis does not work for me.
drush @local statusDoes not call
drush_redispatch_get_options, so patch has no effect.drush @remote statusCalls 'drush' script, so php-options have no effect.
#1 gets us closer to supporting this feature, but it does not yet work. Could have some issues in common with #1171722: path-aliases for %drush %drush-script not working as documented?.
Comment #3
greg.1.anderson commentedCorrection to #2:
drush @remote statusworks with this patch; I had a typo in my test. Local aliases should work too, though, but ignore 'php-options' as mentioned in #2.Comment #4
greg.1.anderson commentedHere is an adjustment to #1 that allows php-options to be set for local aliases as well.
Tagging as 'Windows' since this is a continuation of the spaces-in-paths fix recently done for Windows compatibility.
Comment #5
greg.1.anderson commentedThe patch from #4 has been rolled in to #1058874: drush_backend_invoke buffers output till end of command. Show progress.. If that issue is committed, this one may be closed; if this issue is committed, that one will need to be re-rolled.
Comment #6
greg.1.anderson commentedCommitted a while ago.