Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date config.w32 /ext/date/lib parse_iso_intervals.re

2008-08-06 Thread Pierre Joye
hi Derick, On Wed, Aug 6, 2008 at 8:59 AM, Derick Rethans <[EMAIL PROTECTED]> wrote: > On Wed, 6 Aug 2008, Pierre Joye wrote: > >> On Tue, Aug 5, 2008 at 11:59 PM, Johannes Schlüter <[EMAIL PROTECTED]> wrote: >> >> > Simple question yes/no is enough for me: >> > Can it be done, using the build sy

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date config.w32 /ext/date/lib parse_iso_intervals.re

2008-08-05 Thread Derick Rethans
On Wed, 6 Aug 2008, Pierre Joye wrote: > On Tue, Aug 5, 2008 at 11:59 PM, Johannes Schlüter <[EMAIL PROTECTED]> wrote: > > > Simple question yes/no is enough for me: > > Can it be done, using the build system, in a per-file way or only per > > extension? (If yes per-file, I'd prefer that way, el

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date config.w32 /ext/date/lib parse_iso_intervals.re

2008-08-05 Thread Pierre Joye
hi Johannes, On Tue, Aug 5, 2008 at 11:59 PM, Johannes Schlüter <[EMAIL PROTECTED]> wrote: > Simple question yes/no is enough for me: > Can it be done, using the build system, in a per-file way or only per > extension? (If yes per-file, I'd prefer that way, else: keep the #ifdef) Per extension

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date config.w32 /ext/date/lib parse_iso_intervals.re

2008-08-05 Thread Johannes Schlüter
Hi, (should have gone out yesterday, but was hanging in my outbox...) On Mon, 2008-08-04 at 15:11 +0200, Pierre Joye wrote: > > Correct PHP is supposed to work on "all" platforms therefore the > > code has to work on Windows, too. > > And now it does. Which is a good thing. > > Now there are t

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date config.w32 /ext/date/lib parse_iso_intervals.re

2008-08-04 Thread Pierre Joye
hi, On Mon, Aug 4, 2008 at 12:50 PM, Johannes Schlüter <[EMAIL PROTECTED]> wrote: > Correct PHP is supposed to work on "all" platforms therefore the code > has to work on Windows, too. And now it does. > Now there are two questions Derick ask, which I see as valid questions: > a) Why does it b

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date config.w32 /ext/date/lib parse_iso_intervals.re

2008-08-04 Thread Johannes Schlüter
Hi, On Sun, 2008-08-03 at 22:15 +0200, Pierre Joye wrote: > Hi Derick, > > On Sun, Aug 3, 2008 at 6:34 PM, Derick Rethans <[EMAIL PROTECTED]> wrote: > > > you're not reading what I said. It does not make one single bit of sense > > that a short function gives problems while an enormously long fu

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-21 Thread Steph
gt; >preferably in words of one syllable. (Derick: polite ones? ;) > > > >- Steph > > > > > >- Original Message - > >From: "Andi Gutmans" <[EMAIL PROTECTED]> > >To: "Pierre-Alain Joye" <[EMAIL PROTECTED]>; >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-21 Thread Steph
;Pierre-Alain Joye" <[EMAIL PROTECTED]>; ; "Derick Rethans" <[EMAIL PROTECTED]> Sent: Thursday, July 21, 2005 4:14 PM Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date... +1 On 7/20/05, Andi Gutmans <[EMAIL PROTECTED]> wrote: > Guys, work [EMAIL PROTECTED] Y

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-21 Thread Andi Gutmans
polite ones? ;) - Steph - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Pierre-Alain Joye" <[EMAIL PROTECTED]>; Sent: Wednesday, July 20, 2005 4:31 PM Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date... > Guys, > &g

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-21 Thread Wez Furlong
+1 On 7/20/05, Andi Gutmans <[EMAIL PROTECTED]> wrote: > Guys, work [EMAIL PROTECTED] You'll get the best results and ultimately our > goal > is to provide the best solutions to PHP users, not spend time in politics > and on ego trips. > > I'm not going to play policeman (and I shouldn't). You g

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-21 Thread Steph
To: "Pierre-Alain Joye" <[EMAIL PROTECTED]>; Sent: Wednesday, July 20, 2005 4:31 PM Subject: Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date... > Guys, > > Regarding Derick's commit, it's a very technical matter. It's commented and > not enabled.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Andi Gutmans
Guys, Regarding Derick's commit, it's a very technical matter. It's commented and not enabled. Now new features crept in and after reviewing the patch, I felt that it's not dangerous nor complicated to let it sit in CVS commented. As you can see it's very isolated code so there's still room fo

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Andrei Panaitescu
Adding something like this without namespaces is just a suicide. Please use a prefix for your class names (Zend_Date, Main_Date, Zend_TimeZone or something). __ http://www.sentimente.ro Singur? Peste 180.000 utilizatori pentru tine! -- PHP Internals -

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/date...

2005-07-20 Thread Edin Kadribasic
On Wednesday 20 July 2005 11:07, Derick Rethans wrote: > It's not in the code and commented out with an ifdef, so that I can get > it into CVS, make sure I can commit all fixes too that are needed > without getting conflicts or non maintanable patches. I discussed this > with Andi and he was ok wit