php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13046 automatically backslashing backslashes
Submitted: 2001-08-29 19:11 UTC Modified: 2001-08-29 19:33 UTC
From: kezgin at flagellum dot net Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.6 OS: linux
Private report: No CVE-ID: None
 [2001-08-29 19:11 UTC] kezgin at flagellum dot net
If a backslash (ASCII 0x5C) is passed to a PHP script, the script automatically backslashes it, making the value \\ rather than \.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-29 19:33 UTC] jimw@php.net
search for magicquotes on www.php.net.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC