[PHP-DEV] Re: Solution to date issue in 5.1

2005-11-27 Thread Lukas Smith
Ilia Alshanetsky wrote: The attached patch is a possible solution to the date *crisis*, it renames the class to PhpDate to avoid any namespace conflicts with pear or custom user classes called date. I do not think it makes sense for PHP to start prefixing internal classes with PHP. We just nee

Re: [PHP-DEV] Re: Solution to date issue in 5.1

2005-11-26 Thread Ilia Alshanetsky
Scott MacVicar wrote: > I'd also like to see the fix to ZendEngine2/zend_language_scanner.l > rolled in to this release, its a very annoying regression. Yes, that is a problem, and we'll have it fixed in 5.1.1 Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: h

[PHP-DEV] Re: Solution to date issue in 5.1

2005-11-26 Thread Scott MacVicar
I'd also like to see the fix to ZendEngine2/zend_language_scanner.l rolled in to this release, its a very annoying regression. Scott Ilia Alshanetsky wrote: > The attached patch is a possible solution to the date *crisis*, it > renames the class to PhpDate to avoid any namespace conflicts with pe

[PHP-DEV] Re: Solution to date issue in 5.1

2005-11-26 Thread Pierre
On Fri, 25 Nov 2005 23:50:03 -0500 [EMAIL PROTECTED] (Ilia Alshanetsky) wrote: > The attached patch is a possible solution to the date *crisis*, it > renames the class to PhpDate to avoid any namespace conflicts with > pear or custom user classes called date. > > If there are no strong objection

[PHP-DEV] Re: Solution to date issue in 5.1

2005-11-26 Thread Christian Schneider
Ilia Alshanetsky wrote: The attached patch is a possible solution to the date *crisis*, it renames the class to PhpDate to avoid any namespace conflicts with pear or custom user classes called date. While there already were objections either voting for removing the class altogether for now or