ID:               14995
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Ming related
 Operating System: Windows 2000
 PHP Version:      4.1.1
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2002-04-23 04:11:19] [EMAIL PROTECTED]

To properly diagnose this bug, we need a backtrace to see what is
happening behind the scenes. To find out how to generate a backtrace,
please read http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open".



------------------------------------------------------------------------

[2002-04-23 04:08:55] [EMAIL PROTECTED]

I'm using php-4.1.2 and ming-0.2a (Linux).
"$img = new SWFBitmap($filename);"
produces 
"[Tue Apr 23 08:24:57 2002] [notice] child pid 30034 exit signal
Segmentation fault (11)" in the apache error log."
The non-bitmap functions of ming seems to work!

------------------------------------------------------------------------

[2002-02-15 22:13:52] [EMAIL PROTECTED]

For PHP 4.0.8 I had function that converted .jpg in .swf
-----------------
        Ming_setScale(20);
        $fp = fopen($dram,"r"); 
        $end=10000000;
        $i = fread($fp,$end); 
        $img = new SWFBitmap($i); 
        fclose($fp); 
        
        $m = new SWFMovie();
        $m->setDimension(100,100);
        $m->add($img); 
        $m->save("myURL/movie.swf");
        ImageDestroy($new);
----------------------------
But whan I install PHP 4.1.1 function stops working on string $img =
new SWFBitmap($i); 
and return "Sorry, can't tell what type of file ÿØÿà is in ". 
I didn't change anything!
I really need help in this!

------------------------------------------------------------------------

[2002-01-11 07:34:38] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=14995&edit=1

Reply via email to