From:             [EMAIL PROTECTED]
Operating system: windows
PHP version:      4.2.3
PHP Bug Type:     Documentation problem
Bug description:  [chm] bug on function.fopen.html

I have found a bug on page function.fopen.html
[chm date: 2002-08-28]...
The b -flag in fopen($string, "rb") is not mention in the text of the
manual.

I find its important to download binary files to databased in windows. It
take me several hours to find it out.

I suggest this addition to the text:

"mode may be any of the following: 
{... Your text

'a+' - Open for reading and writing; place the file pointer at the end of
the file. If the file does not exist, attempt to create it.}

'b' adding this will indicate a binary file. This is important tothe
windows operation system for handling binary files right.
-- 
Edit bug report at http://bugs.php.net/?id=21285&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21285&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21285&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21285&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21285&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21285&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21285&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21285&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21285&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21285&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21285&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21285&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21285&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21285&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21285&r=gnused


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to