ID: 31947 Updated by: [EMAIL PROTECTED] Reported By: rjc80 at rediffmail dot com -Status: Feedback +Status: No Feedback Bug Type: Filesystem function related Operating System: linux PHP Version: 4.3.9 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2005-02-12 15:18:14] [EMAIL PROTECTED] 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 possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. ------------------------------------------------------------------------ [2005-02-12 15:09:30] rjc80 at rediffmail dot com Description: ------------ i'm openning a file through fopen('php://input','r'); which is coming from hytt or vc++ application on linux operataing system. its giving a error inappropriate ioctl device in . Reproduce code: --------------- $fp = fopen("php://input","r"); $filesz = $HTTP_GET_VARS["filesize"];; $contents = fread($fp,$filesz); in $contents i'm not getting any value. when i given stdin then $fp is working but $contents is again null. Expected result: ---------------- its should open a file n store data into $conte. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31947&edit=1