From:             bf at ez dot no
Operating system: Redhat Linux 7.1
PHP version:      4.3.0
PHP Bug Type:     Scripting Engine problem
Bug description:  upload_max_filesize to large and uploads does not work

I changed php.ini to read:     
     
; Maximum allowed size for uploaded files.     
upload_max_filesize = 1000000000000000M     
     
I did this to "disable" the file size check.     
     
This breakes file uploads, you don't get successful    
uploads with this setting. No matter size of file.    
    
If you enter sensible values there is no problem.     
    
Still it should be added a small check if this number is    
to big and set it to max_int or whatever the limit is.    
 
--bård 
-- 
Edit bug report at http://bugs.php.net/?id=22550&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22550&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22550&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22550&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22550&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22550&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22550&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22550&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22550&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22550&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22550&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22550&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22550&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22550&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22550&r=gnused

Reply via email to