rosell-dk / webp-convert

Convert jpeg/png to webp with PHP (if at all possible)
MIT License
576 stars 101 forks source link

Notice: Undefined offset: 1 if WEBPCONVERT_CWEBP_PATH set #326

Closed ssstankiewicz closed 2 years ago

ssstankiewicz commented 2 years ago

Hi,

If we set env variable WEBPCONVERT_CWEBP_PATH it's return error: Notice: Undefined offset: 1 in vendor/rosell-dk/webp-convert/src/Convert/Converters/Cwebp.php on line 858

I tried on 2.6 and 2.9 versions

rosell-dk commented 2 years ago

Yes, I can reproduce

rosell-dk commented 2 years ago

Thanks, @ssstankiewicz. It is fixed and released

ssstankiewicz commented 2 years ago

It's working. Thank you