Php : Violation d'accès avec extension=php_exif.dll
Une astuce importante !
Si, dans le fichier php.ini
, vous enlevez le commentaire pour php_exif.dll
, afin d’activer cette extension, vous avez une chance sur deux d’avoir une violation d’accès… Pas très encourageant, hein ? La solution ? il faut impérativement activer, donc décommenter, php_mbstring.dll
. Ce n’est pas tout !
Attention, php_exif.dll
doit être chargé après php_mbstring.dll
extension=php_mbstring.dll
extension=php_exif.dll