php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #130 problem with magic quotes
Submitted: 1998-03-02 13:30 UTC Modified: 1998-03-05 11:45 UTC
From: pfig at co dot telenet dot pt Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0b5 OS: solaris 2.5.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pfig at co dot telenet dot pt
New email:
PHP Version: OS:

 

 [1998-03-02 13:30 UTC] pfig at co dot telenet dot pt
i have defined MAGIC_QUOTES when compiling php. the problem
i'm experiencing is that when i enter some data containing
' in mysql, it gets properly quoted (\'), but when i fetch
that data it gets quoted again and shows up as \\\'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-05 11:45 UTC] zeev
No response from the user, unable to reproduce the problem.
The problem was most probably due to an errorenous script, that passes escaped
contents in between pages, thus getting them to be escaped more than once.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 19:01:31 2024 UTC