1

I'm having a problem right now with a function we're using in PHP to create graphics in flash. We recently upgraded PHP from 5.2.0 to 5.3.0 to get ready for other server upgrades and changes we're expecting. When we did this, some of the code we use to make these graphics seemed to break. The code for creating an objects was using swfshape::setline() to set the line's width to 0, as to hide it and not show a black border. In 5.2, this was fine. Now that we've upgraded, however, we're getting every object to come up with a border. We have read over Ming and PHP documentation (which says the same thing) and it says that we can continue to pass 0 to the function for width to make the line disappear. That doesn't seem to be the case, though.

Has anyone had trouble with this? Does anyone know what we can do to fix this? Thanks.

4

1 回答 1

1

这似乎是我们使用的 ming 库中的一个固有问题。我们必须手动进入库的代码并更改几行关于 PHP 如何处理对象创建的内容。不要再认为这是一个问题,因为我们不再遇到问题了。

于 2012-04-04T18:41:14.257 回答