[Ffmpeg-php-user] Problem w/ toGDImage
Brought to you by:
tkirby
From: Steve B. <sb...@ew...> - 2005-05-05 11:54:18
|
getFrame.phpt test fails w/ togdimage(): supplied resource is not a valid Image resource in /var/www/html/test/getFrame.php I saw an earlier post with this problem specific to BSD, but the remedy, cooking up my own php, isn't really appealing. The php imagecreatetruecolor function seems to work fine. Test also attached. I instrumented a few things and everything looks reasonable down through setting up the function return in toGDImage. ZEND_FETCH_RESOURCE, for some reason doesn't seem to agree, probably with the return_value arg and doesn't return. I'm running the stuff listed below with the cvs ffmpeg-php. I think this is a pretty vanilla setup. Any ideas? Steve -------- setup -------------- > 2.6.11-1.14_FC3 with > php-pear-4.3.11-2.5 > php-devel-4.3.11-2.5 > php-mbstring-4.3.11-2.5 > php-xmlrpc-4.3.11-2.5 > php-mysql-4.3.11-2.5 > php-gd-4.3.11-2.5 > php-ncurses-4.3.11-2.5 > php-imap-4.3.11-2.5 > php-4.3.11-2.5 > php-ldap-4.3.11-2.5 > php-snmp-4.3.11-2.5 > php-domxml-4.3.11-2.5 and httpd-suexec-2.0.52-3.1 httpd-2.0.52-3.1 |