Re: [PHP] parent::construct not reliable working on php5.1 b2/b3

2005-08-03 Thread Meno Abels
Am 03.08.2005 um 11:03 schrieb Jochem Maas: Meno Abels wrote: Am 03.08.2005 um 09:22 schrieb Jochem Maas: Meno Abels wrote: Thanks, the problem with cut an paste i have not only one of these messages i get huge amounts of these. So i stripped down to one, sorry my fault. a) usally 4-

Re: [PHP] parent::construct not reliable working on php5.1 b2/b3

2005-08-03 Thread Jochem Maas
Meno Abels wrote: Am 03.08.2005 um 09:22 schrieb Jochem Maas: Meno Abels wrote: Thanks, the problem with cut an paste i have not only one of these messages i get huge amounts of these. So i stripped down to one, sorry my fault. a) usally 4-6 any given class will never have a variable num

Re: [PHP] parent::construct not reliable working on php5.1 b2/b3

2005-08-03 Thread Meno Abels
Am 03.08.2005 um 09:22 schrieb Jochem Maas: Meno Abels wrote: Thanks, the problem with cut an paste i have not only one of these messages i get huge amounts of these. So i stripped down to one, sorry my fault. a) usally 4-6 any given class will never have a variable number of parents ;-

Re: [PHP] parent::construct not reliable working on php5.1 b2/b3

2005-08-03 Thread Jochem Maas
Meno Abels wrote: Thanks, the problem with cut an paste i have not only one of these messages i get huge amounts of these. So i stripped down to one, sorry my fault. a) usally 4-6 any given class will never have a variable number of parents ;-) IMHO 6 levels deep is pushing the boat out a bit

Re: [PHP] parent::construct not reliable working on php5.1 b2/b3

2005-08-03 Thread Meno Abels
Thanks, the problem with cut an paste i have not only one of these messages i get huge amounts of these. So i stripped down to one, sorry my fault. a) usally 4-6 b) no c) yes, as I mentioned i tried both (old/new) d) never tested i jump over 5.0 the problem with the code is currently the proble

Re: [PHP] parent::construct not reliable working on php5.1 b2/b3

2005-08-02 Thread Jochem Maas
Meno Abels wrote: it is only a typo in my email i use __construct ok - I would recommend cut-n-paste for this kind of output to prevent idiots like me pointing out you typos and to avoid confusion in general. the next questions would be: a, how many parents does the problem class (Link or Lin

Re: [PHP] parent::construct not reliable working on php5.1 b2/b3

2005-08-02 Thread Meno Abels
it is only a typo in my email i use __construct Meno 2005/8/2, Jochem Maas <[EMAIL PROTECTED]>: > Pawel Bernat wrote: > > On Tue, Aug 02, 2005 at 03:42:00PM +0100, Meno Abels wrote: > > > >>Hello, > >> > >>With my application that uses heavily inherent classes, sometimes I > > dep class heir

Re: [PHP] parent::construct not reliable working on php5.1 b2/b3

2005-08-02 Thread Jochem Maas
Pawel Bernat wrote: On Tue, Aug 02, 2005 at 03:42:00PM +0100, Meno Abels wrote: Hello, With my application that uses heavily inherent classes, sometimes I dep class heirarchies can lead to brainfreeze - beware of going to deep :-) get the following message: PHP Fatal error: Call to un