[PHP-DEV] RC2RC1

2004-04-14 Thread Andi Gutmans
I rolled PHP 5.0.0RC2RC1. Please check it out and see that it builds well. If so, I will roll RC2 soon... http://snaps.php.net/~andi/ Please don't commit patches unless they are critical bug fixes in the meanwhile. If you're not sure, mail internals@ Andi -- PHP Internals - PHP Runtime Develop

Re: [PHP-DEV] RC2RC1

2004-04-14 Thread Derick Rethans
On Wed, 14 Apr 2004, Andi Gutmans wrote: > Can you commit a patch so that I can roll it tomorrow? Done. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC2RC1

2004-04-13 Thread Andi Gutmans
Derick, Can you commit a patch so that I can roll it tomorrow? Thanks, Andi At 08:34 PM 4/13/2004 +0200, Derick Rethans wrote: Hello Guys/Gals, On Tue, 13 Apr 2004, Andi Gutmans wrote: > I want to roll RC2RC1. There are three major changes I think we should get > out of the door ASAP: I've on

Re: [PHP-DEV] RC2RC1

2004-04-13 Thread Ilia Alshanetsky
On April 13, 2004 02:34 pm, Derick Rethans wrote: > I've one other thing to propose, and that is enabling iconv by default. +1 given that we enable xml extensions that via libxml2 use iconv, we might as well enable the iconv extension as well. Ilia -- PHP Internals - PHP Runtime Development Ma

Re: [PHP-DEV] RC2RC1

2004-04-13 Thread Wez Furlong
+1 (and it's already on by default in the win32 build). --Wez. > I've one other thing to propose, and that is enabling iconv by default. > Now you might ask why iconv and not mbstring? Well, that's easy as the > author of mbstring (Moriyoshi) thinks of moving it to PECL, out of the > core. Why I

RE: [PHP-DEV] RC2RC1

2004-04-13 Thread John Coggeshall
e- From: Andi Gutmans [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 11:39 AM To: [EMAIL PROTECTED] Subject: [PHP-DEV] RC2RC1 Guys, I want to roll RC2RC1. There are three major changes I think we should get out of the door ASAP: - zend.ze1_compatibility_mode fix. - MT-safe crash

Re: [PHP-DEV] RC2RC1

2004-04-13 Thread Derick Rethans
Hello Guys/Gals, On Tue, 13 Apr 2004, Andi Gutmans wrote: > I want to roll RC2RC1. There are three major changes I think we should get > out of the door ASAP: I've one other thing to propose, and that is enabling iconv by default. Now you might ask why iconv and not mbstring? Well, that's easy a

[PHP-DEV] RC2RC1

2004-04-13 Thread Andi Gutmans
Guys, I want to roll RC2RC1. There are three major changes I think we should get out of the door ASAP: - zend.ze1_compatibility_mode fix. - MT-safe crash bug. - studlyCaps changes. The only important issue I see is John's change of tiny to throw exceptions. As there's no way we will finalize ou