Re: [PHP-DEV] Static Constructors

2004-10-06 Thread Wez Furlong
On Tue, 5 Oct 2004 18:58:26 -0700, Robert Silva <[EMAIL PROTECTED]> wrote: > Also, are there some general guidelines posted anywhere for how & when to > submit patches? Look at the collection of README files in the php-src -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, v

RE: [PHP-DEV] Static Constructors

2004-10-05 Thread Robert Silva
] Sent: Tuesday, October 05, 2004 5:54 PM To: Robert Silva; [EMAIL PROTECTED] Subject: RE: [PHP-DEV] Static Constructors I tend to think that static constructors are not a very important feature and therefore I wouldn't want to complicate the language. I don't see a problem with manu

RE: [PHP-DEV] Static Constructors

2004-10-05 Thread Andi Gutmans
ah Botimer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 4:57 PM To: Robert Silva Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Static Constructors Hi Robert, I hate to sound like a pedant, but shouldn't anything like that be explicit? That is, do your own check for prerequisite cla

RE: [PHP-DEV] Static Constructors

2004-10-05 Thread Robert Silva
ow that we have static class methods, it would be nice for the language to provide built in initialization facilities. Bob -Original Message- From: Noah Botimer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 4:57 PM To: Robert Silva Cc: [EMAIL PROTECTED] Subject: Re: [

Re: [PHP-DEV] Static Constructors

2004-10-05 Thread Noah Botimer
Hi Robert, I hate to sound like a pedant, but shouldn't anything like that be explicit? That is, do your own check for prerequisite class variables that need to be set in each static method? Maybe I'm missing the boat, but I'd say that it would be something that should be at the application l