php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #46142 Error in ID3 functions
Submitted: 2008-09-21 05:18 UTC Modified: 2008-09-21 08:27 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: kp2356 at gmail dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.2.6 OS:
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: kp2356 at gmail dot com
New email:
PHP Version: OS:

 

 [2008-09-21 05:18 UTC] kp2356 at gmail dot com
Description:
------------
http://in2.php.net/manual/en/function.id3-get-tag.php

all the ID3 functions are not working in ne version of PHP.

And when executed this err comes

"Fatal error: Call to undefined function id3_get_version() in 
C:\xampp\htdocs\wrk\id3.php on line 2"

Expected result:
----------------
Result much show ID3v2 or any ID3 tags

Actual result:
--------------
"Fatal error: Call to undefined function id3_get_version() in 
C:\xampp\htdocs\wrk\id3.php on line 2"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-09-21 05:19 UTC] kp2356 at gmail dot com
Description:
------------
http://in2.php.net/manual/en/function.id3-get-tag.php

all the ID3 functions are not working in ne version of PHP.

And when executed this err comes

"Fatal error: Call to undefined function id3_get_version() in 
C:\xampp\htdocs\wrk\id3.php on line 2"

Expected result:
----------------
Result must show ID3v2 or any ID3 tags

Actual result:
--------------
"Fatal error: Call to undefined function id3_get_version() in 
C:\xampp\htdocs\wrk\id3.php on line 2"
 [2008-09-21 08:27 UTC] pajoye@php.net
Please report bug for id3 in pecl:
http://pecl.php.net/id3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC