From:             test_junk at hotmail dot it
Operating system: Linux 2.6
PHP version:      4CVS-2007-02-24 (CVS)
PHP Bug Type:     Reproducible crash
Bug description:  php5/FastCGI crash

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 bug report at http://bugs.php.net/?id=40619&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40619&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40619&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40619&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40619&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40619&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40619&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40619&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40619&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40619&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40619&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40619&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40619&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40619&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40619&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40619&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40619&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40619&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40619&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40619&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40619&r=mysqlcfg

Reply via email to