php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #58656 Forgotten method
Submitted: 2009-04-29 13:19 UTC Modified: 2009-05-05 14:44 UTC
From: mladen dot georgieff at gmail dot com Assigned:
Status: Closed Package: KTaglib (PECL)
PHP Version: 5.1.6 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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mladen dot georgieff at gmail dot com
New email:
PHP Version: OS:

 

 [2009-04-29 13:19 UTC] mladen dot georgieff at gmail dot com
Description:
------------
ktaglib_mpeg_audioproperties.cpp:

PHP_METHOD(KTaglib_MPEG_AudioProperties, isCopyrighted)
[ line 97/166 (58%) ]

Here is the defination of `isCopyrighted' method, but there is no entry in AudioProperties function vector for this.


Nice job,
Cheers!




Reproduce code:
---------------
static zend_function_entry KTaglib_MPEG_AudioProperties_methods[] = {
        PHP_ME(KTaglib_MPEG_AudioProperties, getLength, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(KTaglib_MPEG_AudioProperties, getBitrate, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(KTaglib_MPEG_AudioProperties, getSampleRate, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(KTaglib_MPEG_AudioProperties, getChannels, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(KTaglib_MPEG_AudioProperties, getLayer, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(KTaglib_MPEG_AudioProperties, isProtectionEnabled, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(KTaglib_MPEG_AudioProperties, isOriginal, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(KTaglib_MPEG_AudioProperties, isCopyrighted, NULL, ZEND_ACC_PUBLIC)
        PHP_ME(KTaglib_MPEG_AudioProperties, getVersion, NULL, ZEND_ACC_PUBLIC)
        { NULL, NULL, NULL }
};



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-05 14:44 UTC] ab@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

added isCopyrighted to the userland
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 15:01:29 2024 UTC