diff options
author | Adam Harvey <aharvey@php.net> | 2010-05-04 11:59:54 +0000 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2010-05-04 11:59:54 +0000 |
commit | e32090a163d990056d62a525f15e4322b1b0c89f (patch) | |
tree | 8c1fdbb6b98b3ebfcc5525ae622f664893b51811 | |
parent | 73ddb796137d32dc8586cb27e86a7599b138b3cf (diff) | |
download | php-git-e32090a163d990056d62a525f15e4322b1b0c89f.tar.gz |
Fix misordered news item.
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -131,11 +131,11 @@ PHP NEWS (yoarvi@gmail.com, Derick) - Fixed bug #48983 (DomDocument : saveHTMLFile wrong charset). (Rob) - Fixed bug #48902 (Timezone database fallback map is outdated). (Derick) -- Fixed bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). - (Adam, patch from hiroaki dot kawai at gmail dot com). - Fixed bug #48781 (Cyclical garbage collector memory leak). (Dmitry) - Fixed bug #48361 (SplFileInfo::getPathInfo should return the parent dir). (Etienne) +- Fixed bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). + (Adam, patch from hiroaki dot kawai at gmail dot com). - Fixed bug #46111 (Some timezone identifiers can not be parsed). (Derick) - Fixed bug #35673 (formatOutput does not work with saveHTML). (Rob) |