From:             rjc80 at rediffmail dot com
Operating system: linux
PHP version:      4.3.9
PHP Bug Type:     filePro related
Bug description:  fopen('php://input','r') is not opening file ,inappropraite 
ioctl device in 

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 bug report at http://bugs.php.net/?id=31947&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31947&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31947&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31947&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31947&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31947&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31947&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31947&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31947&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31947&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31947&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31947&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31947&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31947&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31947&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31947&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31947&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31947&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31947&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31947&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31947&r=mysqlcfg

Reply via email to