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.
Des informations sur l'installation de ces extensions PECL peuvent être trouvées dans le chapitre du manuel intitulé Installation des extensions PECL. D'autres informations comme les notes sur les nouvelles versions, les téléchargements, les sources des fichiers, les informations concernant les mainteneurs ainsi qu'un CHANGELOG, peuvent être trouvées ici : » https://pecl.php.net/package/id3.
Aucune bibliothèque DLL pour cette extension PECL n'est actuellement disponible. Reportez-vous à la section Compilation sous 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.