php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75596 Wrong doc of colordecisionlistimage leads to function being undocumented
Submitted: 2017-11-30 13:37 UTC Modified: 2021-03-16 13:12 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: imagick-bug at mailinator dot com Assigned:
Status: Verified Package: imagick (PECL)
PHP Version: Irrelevant OS:
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: imagick-bug at mailinator dot com
New email:
PHP Version: OS:

 

 [2017-11-30 13:37 UTC] imagick-bug at mailinator dot com
Description:
------------
At imagick-3.4.3/imagick_class.c:12716

/* {{{ proto int Imagick::setAntiAlias(bool antialias)
<------>Set whether antialiasing should be used for operations. On by default.
*/
#if MagickLibVersion > 0x676
PHP_METHOD(imagick, colordecisionlistimage)

This should be

/* {{{ proto int Imagick::ColorDecisionListImage ...



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-07-23 02:45 UTC] carusogabriel@php.net
-Type: Bug +Type: Documentation Problem
 [2021-03-16 13:12 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2021-03-16 13:12 UTC] cmb@php.net
The source code has been fixed in the meantime, but these protos
are no longer used to generate documentation for many years,
anyway.

However, Imagick::ColorDecisionListImage() is indeed not
documented.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC