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