ID:               40619
 User updated by:  test_junk at hotmail dot it
 Reported By:      test_junk at hotmail dot it
 Status:           Assigned
 Bug Type:         Reproducible crash
 Operating System: Linux 2.6
 PHP Version:      5.2.1
 Assigned To:      dmitry
 New Comment:

I recompiled the last CVS with debug support in order to get a
backtrace but I couldn't reproduce the problem, did you fix it?


Previous Comments:
------------------------------------------------------------------------

[2007-02-24 17:28:18] test_junk at hotmail dot it

-

------------------------------------------------------------------------

[2007-02-24 17:05:37] test_junk at hotmail dot it

Description:
------------
Upgrading to 5.2.1 (even the last CVS) caused the malfuncion of several
applications. We noticed the crash of apparently every script handling
POST data.
The configuration in use was php-5.2.1 + FastCGI + Apache 1.3.37,
downgrading back to 5.2.0 resolved the problem.

Reproduce code:
---------------
test.html:

<form enctype="multipart/form-data" action="test.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="10000000">
Send this file: <input name="userfile" type="file">
<input type="submit" value="Send File">
</form>

test.php

<?php
echo "Hello"
?>

Actual result:
--------------
Internal server error


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40619&edit=1

Reply via email to