Re: [PHP-DEV] Unmaintained SAPIs

2011-04-24 Thread Pierre Joye
hi, Do we really need apache 1.x SAPIs? ISAPI should be kept in (was decided so by the 5.3.0 release time), it is still used and works for users with custom versions. A new version may come as well, as part of one of some features I'm working on. 2011/4/23 Johannes Schlüter : > Hi, > > we have q

Re: [PHP-DEV] Unmaintained SAPIs

2011-04-24 Thread Rasmus Lerdorf
On 4/24/11 4:41 AM, Pierre Joye wrote: hi, Do we really need apache 1.x SAPIs? ISAPI should be kept in (was decided so by the 5.3.0 release time), it is still used and works for users with custom versions. A new version may come as well, as part of one of some features I'm working on. Your ar

Re: [PHP-DEV] Unmaintained SAPIs

2011-04-24 Thread Pierre Joye
2011/4/24 Rasmus Lerdorf : > On 4/24/11 4:41 AM, Pierre Joye wrote: >> >> hi, >> >> Do we really need apache 1.x SAPIs? >> >> ISAPI should be kept in (was decided so by the 5.3.0 release time), it >> is still used and works for users with custom versions. A new version >> may come as well, as part

Re: [PHP-DEV] Call non-static method staticly raise E_STRICT, but why call a static method instancely won't

2011-04-24 Thread Ángel González
reeze wrote: > Hi, > I am not sure it's the right place to discuss this. someday I found I call a > static method _instancely_. > the method is just a helper method when reviewing my code. I know I do the > wrong thing, but PHP doesn't > complain about it. then I do some tests like below: A few

Re: [PHP-DEV] Call non-static method staticly raise E_STRICT, but why call a static method instancely won't

2011-04-24 Thread Etienne Kneuss
Hi, On Apr 24 22:13:47, Ángel González wrote: > reeze wrote: > > Hi, > > I am not sure it's the right place to discuss this. someday I found I call > > a static method _instancely_. > > the method is just a helper method when reviewing my code. I know I do the > > wrong thing, but PHP doesn't >