Date: 02/04/03
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/stream reference.xml"
- In reply to: tix <email protected>: "[PHP-DOC] #22043 [NEW]: ref.stream.php: missing ) in 2nd example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 22043
Updated by: betz <email protected>
Reported By: tix <email protected>
-Status: Open
+Status: Closed
Bug Type: Documentation problem
PHP Version: 4.3.0
New Comment:
This bug has been fixed in CVS.
In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
Thank you for the report, and for helping us make PHP better.
Previous Comments:
------------------------------------------------------------------------
[2003-02-04 06:00:21] tix <email protected>
Hi,
some user showed us a hint to the following page:
http://www.php.net/manual/en/ref.stream.php
in the second example is a closing bracket missing:
if (!$sock) die("$errstr ($errno)\n";
should be:
if (!$sock) die("$errstr ($errno)\n");
Greetings,
Oliver
------------------------------------------------------------------------
-- Edit this bug report at http://bugs.php.net/?id=22043&edit=1-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/stream reference.xml"
- In reply to: tix <email protected>: "[PHP-DOC] #22043 [NEW]: ref.stream.php: missing ) in 2nd example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

