ID: 20215 Updated by: [EMAIL PROTECTED] Reported By: admin at serveurperso dot com -Status: Feedback +Status: No Feedback Bug Type: Filesystem function related Operating System: Windows 2000 PHP Version: 4.3.1-dev 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: ------------------------------------------------------------------------ [2003-02-19 19:39:13] [EMAIL PROTECTED] What if you write the file in 'wb' (binary) mode? Does it make any difference? ------------------------------------------------------------------------ [2003-02-11 15:57:26] 6th at katiusha dot com dot ru Funnily, the bug occurs when I run php as a module. When I run php using cgi or commandline, no excess 0D symbols appear. ------------------------------------------------------------------------ [2003-02-11 15:40:50] 6th at katiusha dot com dot ru 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 ------------------------------------------------------------------------ [2002-11-27 13:22:47] admin at serveurperso dot com 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