Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
339 views
in Technique[技术] by (71.8m points)

webp - Failed to call dwebp in PHP

I have installed webp package in my server and i want to use "dwebp" command in my PHP application.

My command is simple, it is like

dwebp "/full/path/test.webp" -o "/full/path/test.png"

If i run it from SSH terminal, it is 100% succesful.

But that command can't be run from PHP.

I have tried to use system(), passthru(), exec(). All failed which means the PNG file is not created.

However these commands succesfully called from PHP :

  • touch. If i use this, the created file is under "apache" owner.
  • ls -la

I have tried to change the directory permission from 777 / 775 / 755.

Using passthru, the result from calling from PHP is empty string.

  • In php.ini, disable_functions is empty
  • No error message, error_reporting is on.
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...