Edit report at http://bugs.php.net/bug.php?id=53248&edit=1
ID: 53248 Updated by: fel...@php.net Reported by: frozenf...@php.net -Summary: rawurlencode RFC 3986 EBCDIC support +Summary: rawurlencode RFC 3986 EBCDIC support misses tilde char -Status: Open +Status: Closed Type: Bug Package: *URL Functions Operating System: Irrelevant PHP Version: trunk-SVN-2010-11-07 (SVN) -Assigned To: +Assigned To: felipe Block user comment: N New Comment: 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! Previous Comments: ------------------------------------------------------------------------ [2010-11-07 13:59:24] fel...@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 (frozenf...@php) ------------------------------------------------------------------------ [2010-11-07 03:14:38] frozenf...@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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53248&edit=1