Re: [PHP-DEV] Fixing this date mess

2005-11-26 Thread Pierre
On Sat, 26 Nov 2005 10:22:25 +0100 [EMAIL PROTECTED] (Sebastian Bergmann) wrote: > Rasmus Lerdorf schrieb: > > Pierre can come to some sort of truce on the actual implementation. > > At least there is code from Derick on the table. If Pierre needs as > much time to show code for his Date extensi

Re: [PHP-DEV] Fixing this date mess

2005-11-26 Thread Sebastian Bergmann
Michael Wallner schrieb: > I assume you missed the existence and ignorance of pecl/date I was under the impression that was Derick's extension and that it was symlinked from the pecl CVS module into the php-src module. Sorry! -- Sebastian Bergmann http://www.sebastian-berg

Re: [PHP-DEV] Fixing this date mess

2005-11-26 Thread Michael Wallner
Sebastian Bergmann wrote: Rasmus Lerdorf schrieb: Pierre can come to some sort of truce on the actual implementation. At least there is code from Derick on the table. If Pierre needs as much time to show code for his Date extension than he needs for PIMP -- which is his good right and I am

Re: [PHP-DEV] Fixing this date mess

2005-11-26 Thread Sebastian Bergmann
Rasmus Lerdorf schrieb: > Pierre can come to some sort of truce on the actual implementation. At least there is code from Derick on the table. If Pierre needs as much time to show code for his Date extension than he needs for PIMP -- which is his good right and I am not {b|f}laming here -- I do

Re: [PHP-DEV] Fixing this date mess

2005-11-25 Thread Jani Taskinen
On Fri, 25 Nov 2005, Rasmus Lerdorf wrote: We need to fix this date thing along with the Digest Auth mixup and get a 5.1.1 out the door soon. I see Ilia committed a fix for the Digest Auth thing, so assuming that this fix works, we just need to figure out what to do with this date class. W

Re: [PHP-DEV] Fixing this date mess

2005-11-25 Thread Sebastian Kugler
> This rename would also give us a migration path where you could have a > simple: class date extends date_ex { ... } wrapper which could then be > removed when we have the final internal date class implementation. IMVHO this is a good idea. At least I greatly appreciate that it wouldn't break app