On Fri, 23 Feb 2001, Hartmut Holzgraefe wrote:

> did you add 'b' to the fopen() mode to enforce binary operation?
>
> i.e. $fp=fopen($filename,"rb") instead of plain "b"?

No we didn't, and yes, if you do, everything works fine :)
Thanks for the heads up. Still, it took me some time to find it in the
manual even after your email... maybe it's a good idea to simply add it in
the list with 'a','r', 'w' and the rest? Also, it says in bright and shiny
letters in the manual 'fread -- Binary-safe file read'... somehow I didn't
expect that that means I still need to tell fopen about it too :))

thanks for the good work, php4.05.dev runs very stable on our systems now,
and it's blazing fast :)

regards,
Auke van Slooten
Muze



-- 
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