简体   繁体   中英

why php imagick extension not showing in phpinfo?

I am trying to activate php_imagic.dll extension in php.ini i download the extension file from internet and change my php.ini file by adding ;extension=php_imagick.dll

this line is not already in my php.ini i added manually but still extension is not visible at phpinfo .can anyone help me ?

UPDATE: i am using XAMPP

You should remove the ";" ( semicolon ) character, its the commenting keyword in ini file(s) .

Change it to extension=php_imagick.dll without double quotes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM