ID:               15982
 Comment by:       mikkelbo at stofanet dot dk
 Reported By:      tonalgeek at hotmail dot com
 Status:           No Feedback
 Bug Type:         Ming related
 Operating System: Win XP Prof
 PHP Version:      4.x.x
 New Comment:

I'm having the same problem. My config:



WinXP

ming-0.3beta1

PHP 4.3.4

Apache 1.3.23

IE 6.0



I have the latest dll's from

http://kromann.info/php4.php



-- 

Mikkel Rasmussen


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

[2003-09-23 05:58:52] nospam at shaper dot it

It is working with ming 0.3a available at CVS.

Look here: http://kromann.info/php4.php and download the dll. On my
system (Win2000/IIS 5.0 with PHP 4.3.2) it works very fine.

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

[2002-12-03 15:53:09] weishengli at yahoo dot com

Hi,



This problem in Windows OS is actually caused by call function

SWFShape_setRightFill().



In turn it goes to the function 

newShapeRecord()



I changed the following line in this function



  return shape->records[shape->nRecords++];



as

  shape->nRecords++;

  return shape->records[shape->nRecords-1];



It solves the problem.



However, I didn't look at it deeply.



The one who is distributing the Windows DLL should think about it.





Weisheng

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

[2002-10-25 01:00:08] php-bugs at lists dot php dot net

No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2002-10-09 20:41:07] [EMAIL PROTECTED]

Using the latest CVS I am unable to replicate this crash on Linux, so
this is most likely a Windows only bug.

I do however see a number of memory leaks caused by this extension:

/home/rei/PHP_CVS/php4/Zend/zend_hash.c(178) :  Freeing 0x083A1AA4 (32
bytes), script=m.php

Last leak repeated 2 times

/home/rei/PHP_CVS/php4/Zend/zend_API.c(597) :  Freeing 0x083A1A44 (44
bytes), script=m.php

/home/rei/PHP_CVS/php4/Zend/zend_API.c(585) : Actual location (location
was relayed)

Last leak repeated 2 times



Using Google I found the following archive of fdb fonts,
http://todbot.com/ming/tsts/fonts/, the url provided by [EMAIL PROTECTED]
does not appear to work.

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

[2002-10-09 20:01:55] tonalgeek at hotmail dot com

I know the bug still exists in Ming. Anyway if you want an alternative
that works there is FreeMovie/PHP http://freemovie.sourceforge.net/.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/15982

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

Reply via email to