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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 - 6 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 04:01:28 2024 UTC