php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #23346 stripslashes extention
Submitted: 2003-04-25 10:38 UTC Modified: 2012-09-22 09:54 UTC
From: php at dries dot net Assigned:
Status: Wont fix Package: *General Issues
PHP Version: 4.3.0 OS: all
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
30 - 13 = ?
Subscribe to this entry?

 
 [2003-04-25 10:38 UTC] php at dries dot net
I think it would be usefull to extend the stripslashes function so it would check for magic_quotes on or of. So, for example:

stripslashes($string) would always strip slashes

while

stripslashes($string, 1) would only strip slashes when magic_quotes is on

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-09-22 09:54 UTC] nikic@php.net
-Status: Open +Status: Wont fix -Package: Feature/Change Request +Package: *General Issues
 [2012-09-22 09:54 UTC] nikic@php.net
Closing as magic quotes were dropped in PHP 5.4.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC