From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.3.0
PHP Bug Type:     Documentation problem
Bug description:  Error in Documentation Page

On this documentation page: 
http://www.php.net/manual/en/features.commandline.php

In Table 23-2. "CLI specific Constants"

on Row 3 (STDERR)

The Text:
"An already opened stream to stdout. This saves opening it with $stderr =
fopen('php://stderr', 'w');"

Has the noted problem:
"An already opened stream to >>>>stdout<<<<. This saves opening it with
$stderr = fopen('php://stderr', 'w');"

And should most likely read:
"An already opened stream to stderr. This saves opening it with $stderr =
fopen('php://stderr', 'w');"

Thank you - the PHP team does Excellent work!

Jason Garber
IonZoft, Inc.



-- 
Edit bug report at http://bugs.php.net/?id=21737&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21737&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21737&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21737&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21737&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21737&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21737&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21737&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21737&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21737&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21737&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21737&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21737&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21737&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21737&r=gnused


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

Reply via email to