Gian Carlo Stagni wrote:
> I "solved" the problem splitting the lines with "return" that caused the
> warnings in two parts:
Thanks for the patch. The new version of PHP now complains loudly when
you try to do things which should have been legal (in my opinion), but
are actually not implemented a
Package: bamboo
Version: 1.3-2
Followup-For: Bug #336589
First of all, I don't know PHP. :-)
I "solved" the problem splitting the lines with "return" that caused the
warnings in two parts:
i.e. (Page.php:71)
---
$foo = $this->ps->getContentSize($this);
return $foo;
---
instead of
---
return $thi
2 matches
Mail list logo