Closed (duplicate)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Config
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2012 at 03:16 UTC
Updated:
26 Jul 2013 at 23:43 UTC
I think we only want to throw the error when magic_quotes_gpc = On, right?
if it helps i'm on osx using the default acquia dev desktop stack.
Comments
Comment #1
joelcollinsdc commentedi think i'm just not using the right php. closing.
Comment #2
sam mooreI had to put the following in a drush.ini to get the warning to go away:
magic_quotes_gpc = 0
magic_quotes_runtime = 0
magic_quotes_sybase = 0
Note, 0 not "Off"
Perhaps "Off" is being evaluated as being a value?
Comment #3
jenlamptonreopening. This also seems to be an issue on MAMP as well as dev desktop.
Comment #4
greg.1.anderson commentedDuplicate of #1748228: Error in the PHP config setting of magic_quotes_gpc prevents diagnosis of the problem through drush core-status. You should find this fixed in current dev versions. Fix might not have made it to packaged builds. Try with git checkout, and re-open other issue if problems persist.
Comment #4.0
greg.1.anderson commentedadd explanation of environment