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
 [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: Thu Apr 25 08:01:28 2024 UTC