|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-09-11 17:10 UTC] nikic@php.net
[2020-03-06 11:17 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2020-03-06 11:17 UTC] cmb@php.net
[2020-03-15 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 02:00:01 2025 UTC |
Description: ------------ Segmentation fault (11) when using an empty input file html object. Test script: --------------- echo "<input type=\"hidden\" value=\"myForm\" name=\""; echo ini_get("session.upload_progress.name"); echo "\">\n"; echo "<input type=\"file\" name=\"tnews_img\" id=\"liste_upload\">\n"; When you select a file and upload, it works. But if you don't select file and submit, you get a "Segmentation fault (11)" in Apache. Was OK on PHP5. The problem came from the hidden file. With only the input type file, it works.