php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7972 Segmentation fault
Submitted: 2000-11-25 16:16 UTC Modified: 2001-03-09 20:57 UTC
From: sitnikov at infonet dot ee Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.3pl1 OS: Linux 2.2.14-5.0 , BSDI
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: sitnikov at infonet dot ee
New email:
PHP Version: OS:

 

 [2000-11-25 16:16 UTC] sitnikov at infonet dot ee
When post form in to php script 

<form method="post" ENCTYPE="multipart/form-data" action="save.php">
<input type="hidden" name="thisID" value="69">
<input type="hidden" name="page" value="object_edit">
<input type="hidden" name="pg" value="0">
... skip ...
<input type="file" name="img[]" accept="image/jpeg">
<input type="file" name="img[]" accept="image/jpeg">
<input type="SUBMIT" value="SAVE">
</form>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-28 08:15 UTC] sniper@php.net
Does this happen with PHP 4.0.4? 
And if it does, please provide a gdb backtrace 
of the crash (remember to configre with --enable-debug first!)

--Jani
 [2001-03-09 20:57 UTC] sniper@php.net
No feedback.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 23:01:29 2025 UTC