ID:               23973
 Comment by:       gabrielsanroman at hotmail dot com
 Reported By:      vicviper at skcc dot com
 Status:           No Feedback
 Bug Type:         Ming related
 Operating System: XP sp1a, Win2K sp3
 PHP Version:      4.3.2
 New Comment:

I still have this problem.

Windows XP SP1 Spanish

IIS 5.1 or Apache 2.0.47

PHP 4.3.2, 4.3.3, and some taken from CVS (27/09/03)

ming 0.2a

Every call to SWFFont with an FDB crashes the web server (msvcrt.dll
causes an error on IIS, ntdll.dll on Apache)

if i call it with _sans or something like that no text is generated.


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

[2003-07-20 10:37:46] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



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

[2003-07-13 00:12:21] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



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

[2003-06-03 02:36:32] vicviper at skcc dot com

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

Reply via email to