• I believe that imagick is no longer an extension of PHP8. However it still appears that it is not installed or is disabled.

    Is there really no way to install imagick as an extension of php 8 or I am out of touch?

Viewing 1 replies (of 1 total)
  • It’s available for PHP 8. If you have command line access,
    sudo apt install php8.0-imagick

    Health check on my WP install:

    ### wp-media ###
    
    image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1690
    imagemagick_version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org
    file_uploads: File uploads is turned off
    post_max_size: 64M
    upload_max_filesize: 64M
    max_effective_size: 64 MB
    max_file_uploads: 20
    imagick_limits: 
    	imagick::RESOURCETYPE_AREA: 122 MB
    	imagick::RESOURCETYPE_DISK: 1073741824
    	imagick::RESOURCETYPE_FILE: 768
    	imagick::RESOURCETYPE_MAP: 512 MB
    	imagick::RESOURCETYPE_MEMORY: 256 MB
    	imagick::RESOURCETYPE_THREAD: 1
    gd_version: 2.3.0
    ghostscript_version: 9.50
Viewing 1 replies (of 1 total)
  • The topic ‘Imagick PHP 8’ is closed to new replies.