php-src/main
Bishop Bettini fb57ae9084 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
2020-02-19 11:30:32 -05:00
..
streams Promote invalid mode/unknow option from Warning to ValueError for plain streams. 2020-02-04 22:25:43 +01:00
alloca.c Remove local variables 2019-02-03 21:03:00 +01:00
build-defs.h.in Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
explicit_bzero.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
fastcgi.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
fastcgi.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
fopen_wrappers.c Merge branch 'PHP-7.4' 2019-12-30 23:22:39 +01:00
fopen_wrappers.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
getopt.c Merge branch 'PHP-7.4' 2020-01-27 13:32:51 +01:00
http_status_codes.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
internal_functions_win32.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
internal_functions.c.in Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
main.c Fixed bug #71876 2020-01-17 09:47:31 +01:00
mergesort.c Remove local variables 2019-02-03 21:03:00 +01:00
network.c Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
output.c Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
php_compat.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_content_types.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_content_types.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_getopt.h Merge branch 'PHP-7.4' 2020-01-27 13:32:51 +01:00
php_globals.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_ini.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_ini.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_main.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_memory_streams.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_network.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_open_temporary_file.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_open_temporary_file.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_output.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_reentrancy.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_scandir.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_scandir.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_stdint.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_streams.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_syslog.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_syslog.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_ticks.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_ticks.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_variables.c Merge branch 'PHP-7.4' 2020-02-11 12:08:25 +01:00
php_variables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_version.h Next is 7.3.16 2020-02-04 11:38:29 +01:00
php.h Remove PHP_SLEEP_NON_VOID as it is not useful anymore 2019-11-07 17:56:26 +01:00
reentrancy.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
rfc1867.c Improve comment on RFC 1867 filename handling 2020-02-19 11:30:32 -05:00
rfc1867.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
SAPI.c Use RETURN_THROWS() during ZPP in main, sapi, win32, and Zend 2019-12-30 17:38:10 +01:00
SAPI.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
snprintf.c Drop the custom 'v' format from snprintf custom implementation. 2020-01-21 13:18:13 +01:00
snprintf.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
spprintf.c Apply custom format/length modifier removal to spprintf 2020-01-23 13:45:28 +01:00
spprintf.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
strlcat.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
strlcpy.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00