bindiya Posted January 13, 2011 Share Posted January 13, 2011 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 Quote Link to comment https://forums.phpfreaks.com/topic/224302-installing-ffmpeg-in-php30/ Share on other sites More sharing options...
trq Posted January 13, 2011 Share Posted January 13, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/224302-installing-ffmpeg-in-php30/#findComment-1158867 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.