From:             vicviper at skcc dot com
Operating system: XP sp1a, Win2K sp3
PHP version:      4.3.2
PHP Bug Type:     Ming related
Bug description:  Ming Funtion don't work

OS : Windows 2K sp3, Windows XP sp1 Hangul Version
HTTPD : Apache2, IIS 5.0
Browser : IE 6.0

don't work it or Crash System.

<?
  $f = new SWFFont("_sans"); //Crash
  /*
$f = new SWFFont("test.fdb"); //Crash
$f = new SWFFont("_sarif"); //Crash
etc. etc. etc....
 */
  $t = new SWFText();
  $t->setFont($f);
  $t->setColor(255, 0, 0);
  $t->setHeight(60);
  $t->addString("Advanced PHP");

  $m = new SWFMovie();
  $m->setDimension(320, 240);
  $i = $m->add($t);
  $i->moveTo(160-$t->getWidth("Advanced PHP")/2, 120+$t->getAscent()/2);

  $filename ="test.swf";
  $m->save($filename);
?>
<embed src="./<?echo $filename;?>" quality=high loop=false
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash";
width=600 height=300>
</embed>

Fix plz!!
-- 
Edit bug report at http://bugs.php.net/?id=23973&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23973&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23973&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23973&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23973&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23973&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23973&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23973&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23973&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23973&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23973&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23973&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23973&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23973&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23973&r=gnused

Reply via email to