Bug #74391 [Opn->Fbk]: 7.1.3
[email protected] Sat, 8 Apr 2017 09:16:47 GMT
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=74391&edit=1 ID: 74391 Updated by: [email protected] Reported by: javan dot solo at gmail dot com Summary: 7.1.3 -Status: Open +Status: Feedback Type: Bug Package: PHP Language Specification Operating System: windows 7 64x PHP Version: 7.1.3 Block user comment: N Private report: N New Comment: Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2017-04-08 08:46:22] javan dot solo at gmail dot com Description: ------------ I send file invalid size file and other param on form. but $_REQUEST or $_POST is empty! <?php print_r($_REQUEST); ?> Test script: --------------- <?php print_r($_REQUEST); ?> <?php print_r($_POST); ?> ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=74391&edit=1