ID: 29722 User updated by: barnaby dot scott at uk dot wanadoo dot com Reported By: barnaby dot scott at uk dot wanadoo dot com Status: Open Bug Type: *General Issues Operating System: Win XP PHP Version: 5.0.1 New Comment:
Sorry I meant to say that you used a windows style newline with PHP 4.* on windows Previous Comments: ------------------------------------------------------------------------ [2004-08-17 17:38:24] barnaby dot scott at uk dot wanadoo dot com Description: ------------ I have just been looking through my error log on my development machine, and when opened with notepad noticed that all of the errors were written to one line. They were all formatted correctly, but every single error was on one line. Looking a little deeper with a text editor worth using, I can see that the newlines are still there. So guess that you are writing a Unix style newline (\n) rather than a Windows style newline (\r\n). The only thing is that you used to use a Windows style newline when on Windows. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29722&edit=1