ID:          21737
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: 4.3.0
 New Comment:

This have been fixed:
http://cvs.php.net/cvs.php/phpdoc/en/features/commandline.xml

Thank you for the report :)


Previous Comments:
------------------------------------------------------------------------

[2003-01-18 17:35:54] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=21737&edit=1


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

Reply via email to