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
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: 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)

Pull Requests

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: Tue Dec 03 17:01:29 2024 UTC