Ming is crashing...
using $m = new SWFMovie
and to make it interesting I get 2 errors depending on the version of ming i use..
using PHP 4.0.8 and the .2a dll I get: Unexpected end of JPEG file.
Using:
PHP 4.0.4
PHP 4.0.5
PHP 4.0.6
PHP 4.0.8
Ming 0.0.9
Ming 0.1.0
Ming 0.1.1
I get error: The Exeption generated was C0000005 at address 78011EE3 (strnicmp)
The following OS/webserver combos were tried:
Microsoft IIS 5 with PHP as an ISAPI filter
Microsoft IIS 5 with PHP as a CGI executable
Apache 1.3.22 with PHP as a module
Apahce 1.3.22 with PHP as a CGI executable
Does anyone have any idea as to what is going on... this same code is running fine on 3 other servers - 2 running Windows 2K Server /IIS 5 and 1 running Linux/Apache
section of code that is working on the other machines:
// Convert them into a SWF
$m = new SWFMovie();
$mWidth = 381;
$mHeight = 216;
$m->setRate(15.000000);
$m->setDimension( $mWidth 20, $mHeight 20 );
$m->setBackground(0x00, 0x33, 0x66);
Ming_setScale(1.0);
Any ideas would be appreciated... Please email me if you know what is going on.
Thanks
~Brian