Re: Fwd: [PHP-DEV] RC1

2004-02-28 Thread Timm Friebe
On Thu, 2004-02-26 at 08:57, Marcus Boerger wrote: Hello Timm, i think this is not completley correct. When reflection is used from a static member of the class itself it should still work. Correct: class Foo { protected function __construct() { } public static function create() {

Re: Fwd: [PHP-DEV] RC1

2004-02-26 Thread Marcus Boerger
Hello Timm, i think this is not completley correct. When reflection is used from a static member of the class itself it should still work. We have functions which enable such checks. Could you have a try with those? Also i have already incorporated the other patch so you need to update the engine

Fwd: [PHP-DEV] RC1

2004-02-25 Thread Andi Gutmans
Quick reminder... If you have any bugs to fix, please fix them in the coming days. Andi Date: Thu, 12 Feb 2004 21:59:24 +0200 To: [EMAIL PROTECTED] From: Andi Gutmans [EMAIL PROTECTED] Subject: [PHP-DEV] RC1 Hey, Now Beta 4 is out of the door I think March 1st is a realistic date to get RC1 out

Re: Fwd: [PHP-DEV] RC1

2004-02-25 Thread Timm Friebe
On Wed, 2004-02-25 at 15:41, Andi Gutmans wrote: Quick reminder... If you have any bugs to fix, please fix them in the coming days. The following: -- ?php class Base { public $id= 0; } class Child extends Base {

Re: Fwd: [PHP-DEV] RC1

2004-02-25 Thread Timm Friebe
On Thu, 2004-02-26 at 05:50, Timm Friebe wrote: On Thu, 2004-02-26 at 01:33, Timm Friebe wrote: On Wed, 2004-02-25 at 15:41, Andi Gutmans wrote: Quick reminder... If you have any bugs to fix, please fix them in the coming days. ...and another one: And yet another one (includes, as