php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #59585 Example references graphviz.php, should be gengraph.php
Submitted: 2011-01-20 13:25 UTC Modified: 2012-11-15 09:31 UTC
Votes:3
Avg. Score:3.3 ± 0.5
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: eric dot caron at gmail dot com Assigned: krakjoe (profile)
Status: Closed Package: inclued (PECL)
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2011-01-20 13:25 UTC] eric dot caron at gmail dot com
Description:
------------
The implementation example (on http://us2.php.net/manual/en/inclued.examples-implementation.php) says:
****
# First, create the dot file
$ php graphviz.php -i /tmp/wp.ser -o wp.dot
****

It should say:
****
# First, create the dot file
$ php gengraph.php -i /tmp/wp.ser -o wp.dot
****


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-15 09:31 UTC] krakjoe@php.net
The fix for this bug has been committed.

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/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

This was already fixed and not closed.
 [2012-11-15 09:31 UTC] krakjoe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: krakjoe
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC