From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.1 PHP Bug Type: Ming related Bug description: "new SWFBitmap()" produces Access Violation Error
The following php-Code produces an "Access Violation Error at 78012DBF" (in IIS5 using php4isapi.dll): <? $b = new SWFBitmap (fopen('test.jpg', 'rb')); ?> The same expamle (with the same image) does work under Linux/Apache (but on PHP 4.0.6). Other Ming functions work fine on IIS5 too, like creating shapes and adding them to a movie. I made sure that php_ming.dll and ming.dll are correct versions that came with the latest archive php-4.1.1-Win32.zip. -- Edit bug report at: http://bugs.php.net/?id=14995&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]