ID: 31933 Updated by: [EMAIL PROTECTED] Reported By: giulio dot pons at archebit dot com -Status: Open +Status: Bogus Bug Type: IIS related Operating System: windows 2000 PHP Version: 4.3.10 New Comment:
No PHP bug -> bogus. Previous Comments: ------------------------------------------------------------------------ [2005-02-18 09:24:35] giulio dot pons at archebit dot com the problem was solved by editing a very very deep setting in the IIS: the UploadReadAheadSize value with the AC-MetaDataEditTool.exe downloaded from Microsoft: http://www.microsoft.com/downloads/details.aspx?FamilyID=48364A72-D54E-46DC-AACF-E3BE887D17A6&displaylang=en ------------------------------------------------------------------------ [2005-02-12 03:23:41] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2005-02-11 16:16:28] giulio dot pons at archebit dot com Description: ------------ same problem of another bug reported here (#21660), same test.php. my PHP version is 4.3.10. server is microsoft windows 2000. iis is version 5. php as cgi. i've tried many versions of php cause i don't have this problem on another server with php version 4.3.3. the textarea posted hang php when it contains a text longer than 377 bytes. do i have to post other data to you so you can understand better? thank you very much. giulio Reproduce code: --------------- <? if ( isset( $_REQUEST['test']) ) { $ttt = $_REQUEST['test']; } else { ?> <form action=test.php method=post> <textarea name=test></textarea> <input type=submit> </form> <? } ?> Expected result: ---------------- blank page Actual result: -------------- the php.exe hangs. you can see it in the task manager. it doesn't use CPU, only memory. nothing happens till iis goes in timeout and return the CGI timeout message. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31933&edit=1