Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter duise

    (@duise)

    self-hosted: yes, multiple PHP-versions: no

    Actually I fully uninstalled PHP 7.4 before installing PHP 8.2.4. The only thing I should note is that php-imagick wasn’t available as an rpm package, so I installed it from source:

    sudo zypper install ImageMagick-devel
    
    cd ~/src
    git clone https://github.com/Imagick/imagick
    cd imagick
    ./configure
    make
    sudo make install

    Then I edited the php.ini and added this line:

    extension=imagick.so
    • This reply was modified 1 year, 7 months ago by duise.
Viewing 1 replies (of 1 total)