ID: 12845 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Closed Bug Type: HTTP related Operating System: PHP Version: 4.0.6 New Comment:
Fixed in CVS. --Jani Previous Comments: ------------------------------------------------------------------------ [2001-08-23 08:21:15] [EMAIL PROTECTED] Duplicate of #11998 ------------------------------------------------------------------------ [2001-08-23 06:47:36] [EMAIL PROTECTED] the system(s) are - Apache/1.3.12, PHP/4.0.6 on Linux (Redhat6.2) - Apache/1.3.19, PHP/4.0.6 on Linux (Redhat7.1) here the script does not work. switching to PHP/4.04pl on the same servers or using another liveserver with PHP/4.04pl lets the script work correctly. the upload.php consists of the following (summarized): <form method="post" action="<? echo $PHP_SELF ?>" enctype="multipart/form-data"> <input type="Hidden" name="ID" value="<? echo $ID; ?>"> <input type="Hidden" name="MAX_FILE_SIZE" value="500000"> 24+4 times <input type="file" name="PIC03b"> </form> and after pressing the button, server hangs. michael ------------------------------------------------------------------------ [2001-08-20 19:44:17] [EMAIL PROTECTED] I can not reproduce this problem with my system: Linux (heavily customized RH 6.2) Apache 1.3.20 / mod_perl / PHP 4.0.7-dev / PHP 3.0.12 All compiled as DSO's. PHP 4.0.7-dev is the latest CVS. Almost every extension compiled into it... So what is your system? Web server? What is in upload.php ? --Jani ------------------------------------------------------------------------ [2001-08-20 05:22:27] [EMAIL PROTECTED] change to the last message. we switched again to 4.0.6 due to other problems with 4.04pl (nothing serious). the mentioned url links now to a non working version, we created a working one too: http://starkalender.de/bug/upload2.php ------------------------------------------------------------------------ [2001-08-20 04:18:04] [EMAIL PROTECTED] We installed the latest CVS and the problem still exists. The working example with 24++ files (using 4.04pl1 at the moment) can be found under http://starkalender.de/bug/upload.php . ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/?id=12845 Edit this bug report at http://bugs.php.net/?id=12845&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]