From: Operating system: Gentoo PHP version: 5.4SVN-2012-01-19 (SVN) Package: FPM related Bug Type: Bug Bug description:No file uploaded in Unknown on line 0
Description: ------------ If you create a form with a file input and press submit without using the file input it causes a notice, which it shouldnt do, and in 5.3 doesnt Test script: --------------- <?php print_r($_POST); print_r($_FILES); ?> <form method="post" id="creation" enctype="multipart/form-data" action="" accept-charset="UTF-8"> <label for="arttitle" id="labelarttitle">Title:</label> <input type="text" id="arttitle" name="arttitle" placeholder="Title" title="Title" /> <input type="file" id="primaryImage" name="image1" placeholder="image1" title="Main Image" /> <button type="submit" id="submitButtonID">Submit</button> </form> Expected result: ---------------- User created error, caused by user validation (if any) not a PHP engine notice Actual result: -------------- PHP Engine notice -- Edit bug report at https://bugs.php.net/bug.php?id=60808&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60808&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60808&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60808&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60808&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60808&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60808&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60808&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60808&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60808&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60808&r=support Expected behavior: https://bugs.php.net/fix.php?id=60808&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60808&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60808&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60808&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60808&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=60808&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60808&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60808&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60808&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60808&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60808&r=mysqlcfg