remove get_magic_quotes_gpc support

Issue #187 wontfix
Former user created an issue

Originally reported on Google Code with ID 187

this is old as fuck. why should you care about dinosaurs?

Reported by ykorotia on 2013-03-05 21:18:14

Comments (7)

  1. Christopher Kramer
    Although today, magic quotes is usually turned off (thank god), it is still possible
    to enable it up to PHP 5.4. (where it was removed). It was not even marked deprecated
    in PHP 5.2, which we still support! So it's okay if users still have magic_quotes enabled
    (although it generally is a bad idea).
    So I'd say we keep this as long as we support PHP < 5.4.
    It doesn't hurt anybody.
    
    Feel free to request this again once drop support for PHP 5.3.
    

    Reported by crazy4chrissi on 2013-03-07 00:12:00 - Status changed: WontFix - Labels added: Type-Enhancement - Labels removed: Type-Defect

  2. Former user Account Deleted
    you can simply FORCE people to turn it off, or force GPC off through code,
    no one is supporting GPC today.
    

    Reported by ykorotia on 2013-03-07 06:59:35

  3. Former user Account Deleted
    but yes, it doesn't hurt, just some dead code
    
    thanks
    

    Reported by ykorotia on 2013-03-07 07:02:27

  4. Former user Account Deleted
    but yes, it doesn't hurt, just some dead code
    

    Reported by ykorotia on 2013-03-07 07:02:36

  5. Christopher Kramer
    "or force GPC off through code"
    How would you do that? You can't, because it cannot be configured at runtime.
    

    Reported by crazy4chrissi on 2013-03-07 12:13:07

  6. Former user Account Deleted
    I meant something like "you have GPC enabled, disable it'
    
    anyway, it is not critical.. just saw it.
    

    Reported by ykorotia on 2013-03-07 16:21:05

  7. Christopher Kramer
    Hmm. Of course this would be an option. I think we already do this with register_globals
    (although I don't see the real reason here - see related issue #15).
    
    Are there many other popular scripts that don't support magic quotes any longer?
    

    Reported by crazy4chrissi on 2013-03-07 21:31:42

  8. Log in to comment