ID:               15982
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Ming related
 Operating System: Win XP Prof
 PHP Version:      4.1.1
 New Comment:

I had the same bug on Win2000+php.4.1.2. When called SWFFont function
with same normal (worked on previous version ) *.fdb file, php module
crashes and sometime crash the web server (Apache). 
It is very important to have the text in generated Flash movies, but it
does not work in Ming 0.2 version.


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

[2002-03-10 07:56:16] [EMAIL PROTECTED]

When SWFFont() is called with a fdb file (not with internal fonts like
'_sans') PHP appears to do nothing until the time limit for scripts is
reached.
Here is a reproductible example:

<?php

x=new SWFMovie();
y=new SWFFont("_sans"); // <---- does not freeze here
z=new SWFFont("foo.fdb");
// <--- PHP does not execute at and below this point

?>



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


-- 
Edit this bug report at http://bugs.php.net/?id=15982&edit=1

Reply via email to