PHP启动ffmpeg无法初始化模块

时间:2014-03-28 06:07:13

标签: php dll ffmpeg

启动Apache时出现此错误..

我该如何解决?

PHP Warning:  PHP Startup: ffmpeg: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20100525
These options need to match
  • extension = php_ffmpeg.dll:已添加到php.ini
  • php_ffmpeg.dll复制到php / ext
  • avcodex-51.dll / avformat-51.dll / avutil-49.dll / pthreadGC2.dll:已添加到C:\ Windows \ SysWOW64

1 个答案:

答案 0 :(得分:1)

php_ffmpeg.dll是使用旧版本的PHP编译的。您的PHP安装可能已更新,但模块未更新。您需要获取php_ffmpeg模块的更新版本或将其删除。