From:             jack at martinelli dot org
Operating system: Linux (Debian)
PHP version:      4.3.10
PHP Bug Type:     Filesystem function related
Bug description:  Last character truncated from each line of post-moved file

Description:
------------
On Windows upload a text file, e.g., 

123
456
789

Then on the server move the uploaded file to some directory then dump the
file & its:

12
45
78


Reproduce code:
---------------
move_uploaded_file( $_FILES[$filename],['tmp_name'], 'tmp/tmp.txt');
echo file_get_contents ('tmp/tmp.txt');

Expected result:
----------------
123
456
789

Actual result:
--------------
12
45
78

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

Reply via email to