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.
この PECL 拡張モジュールをインストールする方法は、 マニュアルの PECL 拡張モジュールのインストール という章にあります。 新規リリース・ダウンロード・ソースファイル・管理者情報・CHANGELOG といった関連する情報については、次の場所にあります。 » https://pecl.php.net/package/id3.
この PECL 拡張モジュールの DLL は、現在存在しません。 Windows でのビルド も参照ください
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.