PHP with Calls to ffmpeg Functions Terminate Early
- June 27th, 2012
- Posted in Gentoo . Software
- By كارما
- Write comment
If your PHP scripts die suddenly on calls to ffmpeg functions you may have:
- Built a new version of PHP without recompiling ffmpeg-php against it
- Switched to or from thread safe PHP
The solution in both cases is:
# emerge --update --newuse ffmpeg ffmpeg-php








No comments yet.