Skip to content

Commit fbba47c

Browse files
committed
Remove obsolete info regarding php://stdin
1 parent 0219f62 commit fbba47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language/wrappers/php.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
input or output stream of the PHP process. The stream references a
2626
duplicate file descriptor, so if you open <filename>php://stdin</filename>
2727
and later close it, you close only your copy of the descriptor-the actual
28-
stream referenced by <constant>STDIN</constant> is unaffected. Note that
29-
PHP exhibited buggy behavior in this regard until PHP 5.2.1. It is
28+
stream referenced by <constant>STDIN</constant> is unaffected.
29+
It is
3030
recommended that you simply use the constants <constant>STDIN</constant>,
3131
<constant>STDOUT</constant> and <constant>STDERR</constant> instead of
3232
manually opening streams using these wrappers.

0 commit comments

Comments
 (0)