]> granicus.if.org Git - php/commit
Finally fixed a qp encoder bug that line break characters that appear exactly
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 16 Jan 2003 20:59:07 +0000 (20:59 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 16 Jan 2003 20:59:07 +0000 (20:59 +0000)
commit93481ce9b88f9bd025eab01df5083164c4ec9f11
tree8fee6ea269abe7719aa502273dbe34616eae88ca
parent1dabcd4dadb4c502bf9cd010db07e94fa8e076e1
Finally fixed a qp encoder bug that line break characters that appear exactly
at the end of the chunk lost in the output.
# I bet no more problems will occur in quoted-printable encoder.
# But I recognised the counterpart is still buggy due to RFC2045-incompliance.
ext/standard/filters.c