php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #38582 Adding Notes Page stripslashes the input.
Submitted: 2006-08-24 11:44 UTC Modified: 2006-09-06 10:37 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: a dot brock at hhv-rheinklang dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: a dot brock at hhv-rheinklang dot de
New email:
PHP Version: OS:

 

 [2006-08-24 11:44 UTC] a dot brock at hhv-rheinklang dot de
Description:
------------
When I wanted to add a note to the odbc_execute entry I found out that backslashes before single quotes are removed.

Reproduce code:
---------------
\'

Expected result:
----------------
\'

Actual result:
--------------
'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-06 10:37 UTC] nlopess@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

dup of #37526.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC