the following code does not do what I expect, I made this test case
after a new version of PHP5 was put on the system I am developing
yesterday and some of my code no longer works:
Class CallMe
{
public function setup()
{
$this->fakeMethod();
}
protected function __call
On Sat, 3 Apr 2004, Ilia Alshanetsky wrote:
> Given our history with bundled libraries (gd, expat, sqlite, etc...)
> we always tend to lag (often quite a bit) behind the official stable
> release even if we do sync the libraries relatively frequently the
> release cycle of the libraries themselves