lbarnaudMon Oct 20 18:43:32 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main rfc1867.c
Log:
WS
http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1.2.9.2.7&r2=1.173.2.1.2.9.2.8&diff_format=u
Index: php-src/main/rfc1867.c
diff
lbarnaudMon Oct 20 18:42:58 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main rfc1867.c
Log:
Better fix for #46313
http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1.2.9.2.6&r2=1.173.2.1.2.9.2.7&diff_format=u
Index: php-src/
lbarnaudMon Oct 20 17:09:11 2008 UTC
Added files: (Branch: PHP_5_3)
/php-src/tests/basicbug46313.phpt bug46313-win.phpt
Modified files:
/php-src/main rfc1867.c
Log:
Fixed #46313 (Magic quotes broke $_FILES)
# magic_qu
lbarnaudSun Sep 7 14:17:47 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main rfc1867.c
Log:
MFH: More accurate max_file_size / upload_max_filesize (fixes #45124)
http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1.2.9.2.3&r2
lbarnaudSat Sep 6 17:18:41 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main rfc1867.c
Log:
MFH: Fixed #43540 (rfc1867 handler newlength problem)
http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1.2.9.2.2&r2=1.173.2.1.2.9.2
Ilia, let me know if you want me to commit this to 5_2.
The patch is supposed to prevent appearing _FILES with negative size and
missing error when write() fails.
On 03/14/2008 04:11 PM, Antony Dovgal wrote:
> tony2001 Fri Mar 14 13:11:12 2008 UTC
>
> Modified files:
tony2001Fri Mar 14 13:11:12 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main rfc1867.c
Log:
MFH: check if return value of write() is -1 and abort upload in this case
setting the correct error status
http://cvs.php.net/viewvc.cgi/php-src/