webp in PHP 5.6 #716
Answered
by
jmpw
jmpw
asked this question in
Q&A / Help
webp in PHP 5.6
#716
-
May I ask you how to add webp image support to 5.6 version (got |
Beta Was this translation helpful? Give feedback.
Answered by
jmpw
Dec 20, 2021
Replies: 2 comments 1 reply
-
PHP 5.6 is not built with webp support. I would suggest using PHP 7.0 or newer for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your answer. Unfortunatelly, in this project we have to use version 5.6. However, I manually updated |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jmpw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your answer. Unfortunatelly, in this project we have to use version 5.6. However, I manually updated
[email protected]
, added webp and libvpx dependencies and build PHP from source. Luckily, it works.