ID:               20215
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Filesystem function related
 Operating System: Windows 2000
 PHP Version:      4.3.0
 New Comment:

Funnily, 
the bug occurs when I run php as a module. When I run php using cgi or
commandline, no excess 0D symbols appear.


Previous Comments:
------------------------------------------------------------------------

[2003-02-11 15:40:50] [EMAIL PROTECTED]

PHP 4.3.0 (build Dec 27 2002)
Apache 1.3.23
Win ME

This:

$f=fopen("bug","w");
fwrite($f,"test
"); // 74 65 73 74 _0D 0A_
fclose($f);

creates file:

74 65 73 74 _0D 0D 0A_

I'm using plain files with ms-dos line breaks to store databases, so
fwrite is _very_ important for me to work correctly.

------------------------------------------------------------------------

[2003-02-09 10:53:25] [EMAIL PROTECTED]

Similar to bug #21916

------------------------------------------------------------------------

[2003-01-01 11:17:55] [EMAIL PROTECTED]

The bug is always present, with php 4.3.0 on several Windows 2000 Pro /
Apache 1.3.27 systems...

------------------------------------------------------------------------

[2002-12-19 23:10:37] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip



------------------------------------------------------------------------

[2002-11-27 13:22:47] [EMAIL PROTECTED]

I had foreseen what it is necessary since the beginning on:
http://www.serveurperso.com/temp (fichier.txt and copy-paste from the
show_source("fputs.php");)

I send "fputs.php" script and "fichier.txt" sample text file to you
([EMAIL PROTECTED]) to make win you of the time.

I don't arrive determined of or come these 0D0A(hex) in too much. It
doubles has every writings.

(I am French sorry for my english)

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/20215

-- 
Edit this bug report at http://bugs.php.net/?id=20215&edit=1

Reply via email to