【问题标题】:PHP Startup ffmpeg Unable to initialize modulePHP启动ffmpeg无法初始化模块
【发布时间】:2014-03-28 06:07:12
【问题描述】:

当启动 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

【问题讨论】:

    标签: php dll ffmpeg


    【解决方案1】:

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

    【讨论】:

    • 在哪里可以找到 php_ffmpeg.dll
    猜你喜欢
    • 1970-01-01
    • 2014-11-17
    • 2012-11-11
    • 1970-01-01
    • 1970-01-01
    • 2015-08-15
    • 2014-11-13
    • 2012-08-22
    • 2018-08-24
    相关资源
    最近更新 更多