Установка

id3 is part of PECL and can be installed using the PEAR installer. To compile PHP with id3 support, download the sourcecode, put it in php-src/ext/id3 and compile PHP using --enable-id3.

Коментарии

Due to API change in PHP 5.4 you have to make change in "id3.c"

Have to change in line 196:
function_entry id3_functions[] = {
into
zend_function_entry id3_functions[] = {

Without it you won't be able to install id3 extension.
2013-12-19 14:50:36
http://php5.kiev.ua/manual/ru/id3.installation.html

    Поддержать сайт на родительском проекте КГБ