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

joelcollinsdc’s picture

Status: Active » Closed (cannot reproduce)

i think i'm just not using the right php. closing.

sam moore’s picture

Version: » 8.x-6.x-dev

I 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?

jenlampton’s picture

Status: Closed (cannot reproduce) » Active

reopening. This also seems to be an issue on MAMP as well as dev desktop.

greg.1.anderson’s picture

Status: Active » Closed (duplicate)

Duplicate 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.

greg.1.anderson’s picture

Issue summary: View changes

add explanation of environment