1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/tests/basic
Arnaud Le Blanc c98e28795f Fixed #46313 (Magic quotes broke $_FILES)
# magic_quotes_gpc was disabled during registration of $_FILES["x"]["tmp_name"]
# and $GLOBALS["x"] (which is tmp_name with register_globals enabled). This
# caused "x" to not be escaped so there was 2 different keys for the same file
# in $_FILES, one with tmp_name and the other without.
# All other variables (name, size, etc) are registered with magic_quotes_gpc
# untouched, both in $_FILES and $GLOBALS and I did not found a reason for
# disabling it for tmp_name.
2008-10-20 17:09:10 +00:00
..
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2004-05-19 08:45:46 +00:00
2006-05-03 19:02:12 +00:00
2006-05-03 19:02:12 +00:00
2006-05-03 19:02:12 +00:00
2006-05-03 19:02:12 +00:00
2006-05-03 19:02:12 +00:00
2006-05-03 19:02:12 +00:00
2006-05-03 19:02:12 +00:00
2006-05-03 19:02:12 +00:00
2008-05-18 14:35:13 +00:00
2006-12-09 15:58:09 +00:00
2006-12-12 22:33:26 +00:00
2007-05-06 16:26:11 +00:00
2008-01-10 01:41:25 +00:00
2007-06-03 23:40:01 +00:00
2008-09-10 11:12:25 +00:00