Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 PHP 5.2 时,我能够通过 FFMPEG 创建缩略图。现在,我已经将它更新到 PHP 5.3 并且 DL() 函数不完全兼容。有没有办法在不使用 DL() 函数的情况下加载 FFMPEG 扩展?
是的,通过 php.ini。DL 函数已被删除,因为它是一个非常糟糕的主意™。语法是
extension=your_extension.so