[PHP-DEV] Re: Fixing this date mess

2005-11-25 Thread Lukas Smith
Sara Golemon wrote: We can either roll back: http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.43.2.20&r2=1.43.2.21&ty=u or perhaps a better option is to rename that internal class for now I vote for #ifdefing it out of PHP5, and renaming PECL::Date to iDate or Datei for PHP6 (i

[PHP-DEV] Re: Fixing this date mess

2005-11-25 Thread Oliver Grätz
Sara Golemon schrieb: > I vote for #ifdefing it out of PHP5, and renaming PECL::Date to iDate or > Datei for PHP6 (in keeping with mysql tradition). Datei? Yikes, that's "file" in german and would raise confusion ;-) OLLi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

[PHP-DEV] Re: Fixing this date mess

2005-11-25 Thread Sara Golemon
We can either roll back: http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.43.2.20&r2=1.43.2.21&ty=u or perhaps a better option is to rename that internal class for now I vote for #ifdefing it out of PHP5, and renaming PECL::Date to iDate or Datei for PHP6 (in keeping with mysql tradi

[PHP-DEV] Re: Fixing this date mess

2005-11-25 Thread Michael Wallner
Rasmus Lerdorf wrote: We can either roll back +1 or perhaps a better option is to rename that internal class for now -- Michael - http://dev.iworks.at/ext-http/http-functions.html.gz -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.ph

[PHP-DEV] Re: Fixing this date mess

2005-11-25 Thread Pierre
On Fri, 25 Nov 2005 00:21:17 -0800 [EMAIL PROTECTED] (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