From:             [EMAIL PROTECTED]
Operating system: Any Windows platform
PHP version:      4.1.1
PHP Bug Type:     Filesystem function related
Bug description:  ISAPI fputs \n = \r\n 

The PHP.EXE CGI treats this code snippet:
...
fwrite($file, "\r\n");
...
exactly as expected. However the ISAPI.DLL version
converts "\n" to "\r\n" so the real output in the file is:
"\r\r\n"

Is there a place in the source code where I can make the ISAPI filter to
be compiled without the conversion? I think it's a bug anyway.
Thank you
Cheers
Jakub
-- 
Edit bug report at http://bugs.php.net/?id=15692&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15692&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15692&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15692&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15692&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15692&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15692&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15692&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15692&r=submittedtwice

Reply via email to