php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3836 When rawurlencoded, this character: ' causes problems
Submitted: 2000-03-15 09:22 UTC Modified: 2002-09-30 17:47 UTC
From: shr at dmi dot dk Assigned:
Status: Not a bug Package: Reproducible Crash
PHP Version: 3.0.12 OS: UNIX
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shr at dmi dot dk
New email:
PHP Version: OS:

 

 [2000-03-15 09:22 UTC] shr at dmi dot dk
When rawurlencodeing this character ' 
three \\\ are inserted each time the 
encodeing is performed. And this adds
up since the \ is coded too. It can cause
a crash fairly quickly when encoding is done
a lot.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-20 07:29 UTC] shr at dmi dot dk
I was wrong! It is not the rawurlencode that causes the problem.
But somehow a variable containing a ' character encoded as %27 on the Location
line is reproduced as \' .
I don't know why!?
 [2002-09-30 17:47 UTC] hholzgra@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.

hint: magic_quotes settings ...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 14:01:37 2025 UTC