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
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 !
Your email address:
MUST BE VALID
Solve the problem:
16 - 1 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 17:01:29 2024 UTC