quoted-printable encode stream filter incorrectly encoding spaces

 [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.


 [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