Edit report at https://bugs.php.net/bug.php?id=65483&edit=1

 ID:                 65483
 Updated by:         s...@php.net
 Reported by:        slusarz at curecanti dot org
 Summary:            quoted-printable encode stream filter incorrectly
                     encoding spaces
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Streams related
 Operating System:   Linux
 PHP Version:        5.4.18
 Block user comment: N
 Private report:     N

 New Comment:

Automatic comment on behalf of slus...@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


Previous Comments:
------------------------------------------------------------------------
[2013-08-20 07:00:52] 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.



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=65483&edit=1

Reply via email to