Think you found a bug in getID3()? Post here with details.
-
James Heinrich - getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
-
Contact:
How to report a bug
Post
by James Heinrich » Tue Apr 02, 2002 1:23 pm
When reporting a bug, please include plenty of information to help me find & fix it. Make sure to include:
- which version of getID3() you're using
- which version of PHP you're using
- specific error messages (if any)
- if you think you've found/fixed the bug, tell me where it is, and how you fixed it
And the most important rule:
- Download the lastest development version of getID3() from GitHub and see if the bug has already been fixed in the latest version before reporting it again :)
- finally, take a quick browse/search in the relevant Bug Reports forum(s) to see if the bug has already been reported and fixed for the next release.
-
Allan Hansen - getID3() v2 developer
- Posts:445
- Joined:Sun May 04, 2003 2:22 pm
- Location:Holmegaard, Denmark
Post
by Allan Hansen » Wed Feb 28, 2007 11:48 pm
randytayler wrote:[getID3() version] ...which can be found (only) in the changelog.txt file, right?
Also present in getid3.php:
1.x:
echo GETID3_VERSION;
2.x
echo getid3::VERSION;