From: [EMAIL PROTECTED]
Operating system: Win XP Prof
PHP version: 4.1.1
PHP Bug Type: Ming related
Bug description: PHP Freeze with swffont() call
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 bug report at http://bugs.php.net/?id=15982&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=15982&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=15982&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=15982&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=15982&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15982&r=support
Expected behavior: http://bugs.php.net/fix.php?id=15982&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=15982&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=15982&r=submittedtwice