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:
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(
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
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
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
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
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
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
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