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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat Nov 22 01:00:02 2025 UTC