Jump to content

installing FFMPEG in php3.0


Recommended Posts

I am using wampserver2.0  with php3.0.I installed FFMPEG in to this by the following instuctions from the site

http://www.vidionline.com/php/7-how-to-install-ffmpeg-on-windows#yvComment

and followed all the instructions.

but when i  run wamp server i get the warning message

Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API = 20090626
These options need to match

 

 

how will i correct this

 

Link to comment
https://forums.phpfreaks.com/topic/224302-installing-ffmpeg-in-php30/
Share on other sites

It means that the version (of the extension) you have downloaded is not compatible with the php version that you have. I'm not sure what you can do except looking for a newer extension. These obscure extensions (ones that aren't installed via PECL) can be quite difficult to deal with unless your compiling & building them yourself.

 

Sux to use Windows.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.