php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #724 when fetching a string value, all \ are replaced by \\
Submitted: 1998-09-05 14:44 UTC Modified: 1998-09-10 16:25 UTC
From: zavadsky at im dot bas-net dot by Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.3 OS: Linux
Private report: No CVE-ID: None
 [1998-09-05 14:44 UTC] zavadsky at im dot bas-net dot by
when fetching a string value, all \ are replaced by \\

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-10 16:25 UTC] zeev
See the documentation for magic quotes, especially magic_quotes_runtime. It sounds as if magic_quotes_runtime is
turned on, and this is almost never a desired thing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC