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

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

2011-10-26 Thread Jan Schneider
Zitat von Pierre Joye pierre@gmail.com: On Tue, Oct 25, 2011 at 12:13 PM, Ferenc Kovacs tyr...@gmail.com 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

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 j...@horde.org wrote: On Tue, Oct 25, 2011 at 12:13 PM, Ferenc Kovacs tyr...@gmail.com 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

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 free to

Re: [PHP-DEV] SplClassLoader

2011-10-26 Thread André Rømcke
On Tue, Oct 25, 2011 at 12:49 PM, Benjamin Eberlei kont...@beberlei.dewrote: 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(...,

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

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 have some

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] SplClassLoader

2011-10-26 Thread Matthew Weier O'Phinney
On 2011-10-26, André Rømcke a...@ez.no 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

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

2011-10-26 Thread mario
2011/10/26 Matthew Weier O'Phinney weierophin...@php.net: 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

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, ma...@include-once.org wrote: 2011/10/26 Matthew Weier O'Phinney weierophin...@php.net: 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

Re: [PHP-DEV] SplClassLoader

2011-10-26 Thread Laruence
2011/10/26 André Rømcke a...@ez.no: 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