ID:               23973
 Comment by:       mikkelbo at stofanet dot dk
 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'm having the same problem. My config:



WinXP

Apache 1.3.23

PHP 4.3.4

IE 6.0



The browser hangs, and the systems memory use goes up about 300MB. When
running php from a DOS prompt, the "PHP Script Interpreter" crashes.



The problem is apparently related to Windows.



-- 

Mikkel Rasmussen


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