php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #10722 Incorrect spelling for PDF_setcolor
Submitted: 2001-05-07 23:40 UTC Modified: 2001-05-08 02:55 UTC
From: leea at digitus dot com dot au Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.5 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: leea at digitus dot com dot au
New email:
PHP Version: OS:

 

 [2001-05-07 23:40 UTC] leea at digitus dot com dot au
online documentation for PDF_setcolor has the following line

void PDF_secolor (int pdf object, string type, string colorspace, double c1, double c2, double c3, double c4)

Shouldn't it be 
void PDF_setcolor (int pdf object, string type, string colorspace, double c1, double c2, double c3, double c4)

(setcolor not secolor) 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-08 02:55 UTC] derick@php.net
Fixed in CVS, thanks for your report
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 07:01:32 2024 UTC