php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40619 php5/FastCGI crash
Submitted: 2007-02-24 17:05 UTC Modified: 2007-03-10 01:00 UTC
From: test_junk at hotmail dot it Assigned: dmitry (profile)
Status: No Feedback Package: Reproducible crash
PHP Version: 5.2.1 OS: Linux 2.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: test_junk at hotmail dot it
New email:
PHP Version: OS:

 

 [2007-02-24 17:05 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-24 17:28 UTC] test_junk at hotmail dot it
-
 [2007-02-25 17:54 UTC] test_junk at hotmail dot it
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?
 [2007-03-02 09:56 UTC] dmitry@php.net
I never was able to reproduce this crash, probably you had it because of some build issues.
 [2007-03-10 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 08 23:01:32 2025 UTC