]> granicus.if.org Git - php/commit
Improve comment on RFC 1867 filename handling
authorBishop Bettini <bishop@php.net>
Wed, 19 Feb 2020 16:30:32 +0000 (11:30 -0500)
committerBishop Bettini <bishop@php.net>
Wed, 19 Feb 2020 16:30:32 +0000 (11:30 -0500)
commitfb57ae9084a98ac5f06cd7b2d10205489b537e20
tree830e317278bac9b950bb50b6447b9725f1ab953a
parent4f892118106741b1765c4704d1feb89a4eade38a
Improve comment on RFC 1867 filename handling

It was pointed out on the internals ML[1] that the basename comment
around RFC 1867 file handling was confusing. The comment seemed to
say that the basename handling was only necessary because of some
esoteric bug in Windows IE. In fact that comment applied to earlier
versions of the code and was, therefore, misleading. The comment
needs to clear that basename is required per RFC 7578[2].

[1]:https://externals.io/message/108624
[2]:https://tools.ietf.org/html/rfc7578
main/rfc1867.c