I received a sponsored copy of Microsoft Visual Studio yesterday and after sorting out some stuff from my TODO list I launched the Windows builds again. The latest build is 1.12.2007.
I received a sponsored copy of Microsoft Visual Studio yesterday and after sorting out some stuff from my TODO list I launched the Windows builds again. The latest build is 1.12.2007.
This entry was posted on December 1, 2007, 6:04 am and is filed under PHP stuff. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Arclite theme by digitalnature | powered by WordPress
#1 by Lars van den Noort on December 1, 2007 - 10:10 pm
Quote
Mikko, I’ve replaced the old php_imagick_dyn-Q16_2.0.1rc1.dll with the new php_imagick_dyn-Q16_2.1.0rc1.dll and now Apache crashes on startup. Do I need to update any other component as far as you know? I’m using WinXP SP2/Apache 2.0.59/PHP 5.2.4/ImageMagick 6.3.7-2-Q16.
#2 by Mikko Koppanen on December 1, 2007 - 10:14 pm
Quote
Well,
I compiled against PHP 5.2.5, I don’t know if that makes a difference. I didn’t have time to test the build properly. I’ll try to check it tomorrow!
#3 by Jonathan on December 22, 2007 - 1:11 am
Quote
Thanks, I’ll try out the new build as soon as I get a chance.
#4 by DingYangfan(䏿¨å¸†) on December 25, 2007 - 1:13 pm
Quote
thank you è°¢è°¢ä½ çš„æ•™ç¨‹(Imagick)
#5 by Adam on January 9, 2008 - 5:13 pm
Quote
I’ll drink to that
!
#6 by JdM on March 13, 2008 - 1:26 pm
Quote
Hi Mikko!
Congrats to your succesful build under Windows ;–)
I know how tricky this part is!
last night i have build 99% succesfully the php_ffmpeg.dll under windows – and now i stuck at the last step: Linking.
Linker Error 2019 – unresolved external symbol _executor_globals_id IN _zif_ffmpeg_movie
Maybe you can help me getting rid of this error.
I assume that the Func _zif_ffmpeg_movie is in any way related to this part in zend_API.h
#define ZEND_FN(name) zif_##name
Is in export _zif_##name
I try it myself since a couple of hours but without success.
If someone can help me here, i will put the working VC 2008 Project Files with a mini HowTo online so that other windows users can compile ffmpeg-php on their own.
I often found Infos to _executor_globals_id in relation to PHP4. Does anything changed in PHP5 so that this error is PHP Version dependend?
THANKs a lot.
JdM
#7 by dim_v on April 19, 2008 - 7:27 am
Quote
Hello JdM,
I have resolved the problem of “unreslved _executor_globals_id” in my custom PHP extension. The problem was in PHP extension skelet generation script. It added wrong LIBZEND_EXPORTS definition to proprocessor. I have removed it and my project has been compiled seccucessful!
#8 by Rodrigo Gregorio on December 5, 2008 - 9:44 pm
Quote
Thank’s lot! dim_v
work fine you tip,
how to unreslved _executor_globals_id :
vc6++ ->project->settings-> [remove from preprocessor def..] [LIBZEND_EXPORTS] and press OK ,and build this.
Obrigado pela dica!!!