On 18 Jan 2001 [EMAIL PROTECTED] wrote:

> From:             [EMAIL PROTECTED]
> Operating system: Windows NT/2000
> PHP version:      4.0.3pl1
> PHP Bug Type:     Filesystem function related
> Bug description:  difference in fwrite with cgi/apachemodule
>
> If I use PHP as CGI with Apache 1.3.12, I must add chr(13).chr(10) to textfiles, 
>when I write them with fwrite and I want some linefeed. If PHP is used as a Apache 
>module, in textfiles there are double linefeed [one from PHP the other from 
>chr(13).chr(10)].
>
> Why is it different and will one or the other case be corrected?
>
> Thanks, Rolf.
>

Have you tried using '\n' for newlines?

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to