php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53248 rawurlencode RFC 3986 EBCDIC support misses tilde char
Submitted: 2010-11-07 03:14 UTC Modified: 2010-11-07 13:59 UTC
From: frozenfire@php.net Assigned: felipe (profile)
Status: Closed Package: *URL Functions
PHP Version: trunk-SVN-2010-11-07 (SVN) 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: frozenfire@php.net
New email:
PHP Version: OS:

 

 [2010-11-07 03:14 UTC] frozenfire@php.net
Description:
------------
When rawurlencode was updated to conform (http://svn.php.net/viewvc?view=revision&revision=260750) to RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt), the EBCDIC version of the code was not brought into line.

Attached is a patch that simply adds the tilde character to the list of exempt characters in the function, as per RFC 3986.


Patches

rawurlencode-ebcdic-update (last revision 2010-11-07 02:14 UTC by frozenfire)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-07 13:59 UTC] felipe@php.net
Automatic comment from SVN on behalf of felipe
Revision: http://svn.php.net/viewvc/?view=revision&revision=305159
Log: - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
  patch by: Justin Martin (frozenfire@php)
 [2010-11-07 13:59 UTC] felipe@php.net
-Summary: rawurlencode RFC 3986 EBCDIC support +Summary: rawurlencode RFC 3986 EBCDIC support misses tilde char -Status: Open +Status: Closed -Assigned To: +Assigned To: felipe
 [2010-11-07 13:59 UTC] felipe@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Thanks for the patch!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 15:01:30 2024 UTC