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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: eric dot caron at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 13:01:28 2025 UTC