Re: [PHP-DEV] SplClassLoader

2011-10-26 Thread Laruence
2011/10/26 André Rømcke : > On Tue, Oct 25, 2011 at 4:39 AM, guilhermebla...@gmail.com < > guilhermebla...@gmail.com> wrote: > >> Hi internals, >> >> For all those interested, I have updated the RFC with better >> explanation, included example implementation and also example usage. >> If you have a

Re: [PHP-DEV] SplClassLoader and PSR-0 break language semantics

2011-10-26 Thread Pierre Joye
On Thu, Oct 27, 2011 at 1:07 AM, wrote: > 2011/10/26 Matthew Weier O'Phinney : >> >> My main point, however, is that the standard was ratified quite some >> time ago already -- we just now have parties interested in creating a >> C-level implementation compatible with the standard to (a) make usa

Re: [PHP-DEV] SplClassLoader and PSR-0 break language semantics

2011-10-26 Thread mario
2011/10/26 Matthew Weier O'Phinney : > > My main point, however, is that the standard was ratified quite some > time ago already -- we just now have parties interested in creating a > C-level implementation compatible with the standard to (a) make usage > simpler, and (b) better optimize performanc

Re: [PHP-DEV] SplClassLoader

2011-10-26 Thread Matthew Weier O'Phinney
On 2011-10-26, André Rømcke wrote: > --bcaec5216025460b0e04b031fc2a > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: quoted-printable > > On Tue, Oct 25, 2011 at 4:39 AM, guilhermebla...@gmail.com < > guilhermebla...@gmail.com> wrote: > > > For all those interested, I have up

Re: [PHP-DEV] [VOTE] DateTime and Daylight Saving Time Transitions

2011-10-26 Thread Stas Malyshev
Hi! If you don't know it, don't pass it in! Then PHP will guess, just as it does now and always has done. It's just an extra help in case you need to be specific about whether you want the ST or DST variant of "02:30". You can just use EDT/EST anyway, and that would work too (but of course not

Re: [PHP-DEV] [VOTE] DateTime and Daylight Saving Time Transitions

2011-10-26 Thread Derick Rethans
On Wed, 26 Oct 2011, Stas Malyshev wrote: > > Please take a moment to review the DateTime transitions RFC and vote > > on it. I encourage voting on it to ensure we are all on the same > > page as to how PHP will handle transitions. Voting is open through > > 10/31. > > Reading this RFC, I ha

Re: [PHP-DEV] [VOTE] DateTime and Daylight Saving Time Transitions

2011-10-26 Thread Stas Malyshev
Hi! Please take a moment to review the DateTime transitions RFC and vote on it. I encourage voting on it to ensure we are all on the same page as to how PHP will handle transitions. Voting is open through 10/31. Reading this RFC, I have some questions: 1. Would this ST/DST be used on format

Re: [PHP-DEV] SplClassLoader

2011-10-26 Thread André Rømcke
On Tue, Oct 25, 2011 at 12:49 PM, Benjamin Eberlei wrote: > I think the following two requirements should be covered by configuration > aswell: > > 1. Have the autoloader be silent, i.e. doing a file_exists() check. API > idea > $loader = new SplClassLoader(..., SplClassLoader::SILENT); > 2. Have

Re: [PHP-DEV] SplClassLoader

2011-10-26 Thread André Rømcke
On Tue, Oct 25, 2011 at 4:39 AM, guilhermebla...@gmail.com < guilhermebla...@gmail.com> wrote: > Hi internals, > > For all those interested, I have updated the RFC with better > explanation, included example implementation and also example usage. > If you have any other wishes, doubts, etc, feel f

Re: [PHP-DEV] Re: is_a() - again - a better fix

2011-10-26 Thread Pierre Joye
hi Jan! On Wed, Oct 26, 2011 at 11:16 AM, Jan Schneider wrote: >> On Tue, Oct 25, 2011 at 12:13 PM, Ferenc Kovacs wrote: >> >>> from a quick look on their setup, they only have one node, and they are >>> using the global php binary, so no, they are only testing one php >>> version, >>> and I do

Re: [PHP-DEV] Re: is_a() - again - a better fix

2011-10-26 Thread Jan Schneider
Zitat von Pierre Joye : On Tue, Oct 25, 2011 at 12:13 PM, Ferenc Kovacs wrote: from a quick look on their setup, they only have one node, and they are using the global php binary, so no, they are only testing one php version, and I don't think that it would be the snapshot. but that would be

Re: [PHP-DEV] [VOTE] DateTime and Daylight Saving Time Transitions

2011-10-26 Thread Thomas Nunninger
Hi, sorry for late comment. You write: "The ST or DST modifiers can only be used when specifying times during the backward transition period. Using the modifiers at other times will throw an exception in object-oriented style code while procedural style code will return false without triggerin