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 등의 추가 정보는 여기에 있습니다: » http://pecl.php.net/package/id3.
이 PECL 확장에 대한 DLL은 현재 사용할 수 없습니다. 윈도우에서 빌드하기 섹션을 참고하십시오.
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.