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

2011-10-25 Thread Daniel Convissor
Hi Folks: 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. Read: https://wiki.php.net/rfc/datetime_and_daylight_saving_time Vote: https:

Re: [PHP-DEV] SplClassLoader

2011-10-25 Thread Benjamin Eberlei
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 a ASSERT_CLASS_EXISTS mode, i.e. after the require an "if(!class_exists(

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

2011-10-25 Thread 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 cool. :) It is a m

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

2011-10-25 Thread Ferenc Kovacs
On Tue, Oct 25, 2011 at 12:05 PM, Pierre Joye wrote: > hi Jan! > > On Tue, Oct 25, 2011 at 10:59 AM, Jan Schneider wrote: > > > FWIW it seems to be more stable now since upgrading to a newer Jenkins > > version. > > Do you test it against php's snapshot too? > -- > Pierre > > from a quick look o

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

2011-10-25 Thread Pierre Joye
hi Jan! On Tue, Oct 25, 2011 at 10:59 AM, Jan Schneider wrote: > FWIW it seems to be more stable now since upgrading to a newer Jenkins > version. Do you test it against php's snapshot too? -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime

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

2011-10-25 Thread Ferenc Kovacs
On Tue, Oct 25, 2011 at 10:59 AM, Jan Schneider wrote: > > Zitat von Ferenc Kovacs : > > > On Thu, Oct 6, 2011 at 2:49 PM, Jan Schneider wrote: >> >>> >>> Zitat von Pierre Joye : >>> >>> On Fri, Sep 23, 2011 at 12:23 PM, Rasmus Lerdorf wrote: > > On 09/23/2011 12:17 PM, Pier

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

2011-10-25 Thread Jan Schneider
Zitat von Ferenc Kovacs : On Thu, Oct 6, 2011 at 2:49 PM, Jan Schneider wrote: Zitat von Pierre Joye : On Fri, Sep 23, 2011 at 12:23 PM, Rasmus Lerdorf wrote: On 09/23/2011 12:17 PM, Pierre Joye wrote: We do 2) already (while we are working on increasing the amount of apps and framewo

Re: [PHP-DEV] Re: git conversion proposal

2011-10-25 Thread Lester Caine
David Soria Parra wrote: ESR proposes his help to OSS projects in converting SVN projects to Git: > http://esr.ibiblio.org/?p=3839 > Just thought it might be interesting. I'll take a look. at the moment I'll plan to start working on the transition proposal in mid november when I'm back from I

Re: [PHP-DEV] Re: [php-maint] [PHP-DEV] Re: [PHP-DEV] PHP 5.3.9 and is_a changes

2011-10-25 Thread Lester Caine
Thomas Goirand wrote: There was quite some changes with some resulting issue when switching Squeeze from 5.2 to 5.3, for example having a deprecation notice warning about return of a reference, or the removal of some function. This*did* break things, especially when dealing with XML or other pars