From: barnaby dot scott at uk dot wanadoo dot com Operating system: Win XP PHP version: 5.0.1 PHP Bug Type: *General Issues Bug description: Error log newlines style
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 bug report at http://bugs.php.net/?id=29722&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29722&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29722&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29722&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29722&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29722&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29722&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29722&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29722&r=support Expected behavior: http://bugs.php.net/fix.php?id=29722&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29722&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29722&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29722&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29722&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29722&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29722&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29722&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29722&r=float