php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65483 quoted-printable encode stream filter incorrectly encoding spaces
Submitted: 2013-08-20 07:00 UTC Modified: -
Votes:2
Avg. Score:3.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:2 (100.0%)
From: slusarz at curecanti dot org Assigned:
Status: Closed Package: Streams related
PHP Version: 5.4.18 OS: Linux
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: slusarz at curecanti dot org
New email:
PHP Version: OS:

 

 [2013-08-20 07:00 UTC] slusarz at curecanti dot org
Description:
------------
Due to fix for #64166, the encode stream filter is now incorrectly encoding ALL space characters after the first encoded character.

E.g.:

'a b=c d'

Should be encoded:

'a b=3Dc d'

But is now encoded:

'a b=3Dc=20d'

Patch to be uploaded to github shortly.


Patches

Pull Requests

Pull requests:

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-08-25 02:49 UTC] stas@php.net
Automatic comment on behalf of slusarz@curecanti.org
Revision: http://git.php.net/?p=php-src.git;a=commit;h=3f9af558e78c9904f72933dfb3c735a9d2119b52
Log: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces
 [2013-08-25 02:49 UTC] stas@php.net
-Status: Open +Status: Closed
 [2013-08-25 02:49 UTC] stas@php.net
Automatic comment on behalf of slusarz@curecanti.org
Revision: http://git.php.net/?p=php-src.git;a=commit;h=5201a2d56696f1a019722e3b00d905d5f05807bb
Log: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces
 [2013-11-17 09:30 UTC] laruence@php.net
Automatic comment on behalf of slusarz@curecanti.org
Revision: http://git.php.net/?p=php-src.git;a=commit;h=5201a2d56696f1a019722e3b00d905d5f05807bb
Log: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces
 [2014-08-22 07:07 UTC] ab@php.net
Automatic comment on behalf of slusarz@curecanti.org
Revision: http://git.php.net/?p=php-src.git;a=commit;h=674fb578967f5023fe5ed750ba84b6618b38d963
Log: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces
 [2014-10-07 23:17 UTC] stas@php.net
Automatic comment on behalf of slusarz@curecanti.org
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=3f9af558e78c9904f72933dfb3c735a9d2119b52
Log: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces
 [2014-10-07 23:28 UTC] stas@php.net
Automatic comment on behalf of slusarz@curecanti.org
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=3f9af558e78c9904f72933dfb3c735a9d2119b52
Log: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces
 [2016-07-20 11:41 UTC] davey@php.net
Automatic comment on behalf of slusarz@curecanti.org
Revision: http://git.php.net/?p=php-src.git;a=commit;h=674fb578967f5023fe5ed750ba84b6618b38d963
Log: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 14:01:29 2024 UTC