[PHP-DEV] protected __call() question

2004-04-04 Thread Jochem Maas
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

Re: [PHP-DEV] Bundling libxml2

2004-04-04 Thread Adam Maccabee Trachtenberg
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