• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question PHP 7.3: webp support in GD

davidlan

New Pleskian
Hi,

I need webp support in gd, but it seems that php 7.3 (and 7.0) is compiled without it.

This is the output of gd_info():


Code:
Array
(
[GD Version] => bundled (2.1.0 compatible)
[FreeType Support] => 1
[FreeType Linkage] => with freetype
[GIF Read Support] => 1
[GIF Create Support] => 1
[JPEG Support] => 1
[PNG Support] => 1
[WBMP Support] => 1
[XPM Support] => 1
[XBM Support] => 1
[WebP Support] => 0
[JIS-mapped Japanese Font Support] => 0
)

I'm using Debian 8, that has webp enabled in gd but last php version is 5.6.30 and I need php 7. I can install PHP7 with gd-webp support from an external repository but Plesk doesn't have a handler for it.

What can I do?

Thanks
 
Have you tried to check View the phpinfo() page if you choose PHP 7.3 in PHP Settings of your domain?
I see there:
Screenshot 9.png

The GD library shipped with Plesk PHP 7.2 and higher supports WebP starting from Plesk Obsidian 18.0.27.
 
Back
Top