On 05/21/2011 02:06 AM, David Muir wrote:
2) Is anyone else doing this? No sense doing it ourselves if someone
else already is.
There's a Drupal extension that does something like this, but in reverse:
http://drupal.org/project/drupal_php_ext
Cheers,
David
Yes, Drupal is the project I'm th
Lars Schultz wrote:
> Hi internals,
>
> Jani told me to ask the list about this. I tried commenting on the bug
> but I guess since it's closed, no one cares about it anymore.
>
> http://bugs.php.net/bug.php?id=49189
>
> This Change prevents us to move to anything beyond this bugfix with
> our codeb
On Thu, 26 May 2011, Scott MacVicar wrote:
> On 26 May 2011, at 20:03, Philip Olson wrote:
>
> > Hello geeks,
> >
> > A geek is needed to clarify PHP bug #45712. This is an edge case but the
> > test (bug45712.phpt) contains code similar to the following:
> >
> > > $inf = pow(0, -2);
> >
>
It seems my last letter didn't came to the list, resending it.
So this is new version of this patch - with curl_multi_exec involved
and accordingly changed tests. Let me know what you think about it.
Additionally, I found another test case (actually two) not handled yet
(see attached test case in
Em Fri, 27 May 2011 04:03:01 +0100, Philip Olson
escreveu:
Hello geeks,
A geek is needed to clarify PHP bug #45712. This is an edge case but the
test (bug45712.phpt) contains code similar to the following:
That's how it's behaved since ~forever (AFAICT) and remains in
5.3.7-dev, but
On 27 May 2011 08:17, Ferenc Kovacs wrote:
> On Fri, May 27, 2011 at 6:10 AM, Scott MacVicar wrote:
>
>> On 26 May 2011, at 20:03, Philip Olson wrote:
>>
>> > Hello geeks,
>> >
>> > A geek is needed to clarify PHP bug #45712. This is an edge case but the
>> test (bug45712.phpt) contains code sim
Hi internals,
Jani told me to ask the list about this. I tried commenting on the bug
but I guess since it's closed, no one cares about it anymore.
http://bugs.php.net/bug.php?id=49189
This Change prevents us to move to anything beyond this bugfix with our
codebase and I don't believe that we
On Fri, May 27, 2011 at 6:10 AM, Scott MacVicar wrote:
> On 26 May 2011, at 20:03, Philip Olson wrote:
>
> > Hello geeks,
> >
> > A geek is needed to clarify PHP bug #45712. This is an edge case but the
> test (bug45712.phpt) contains code similar to the following:
> >
> > > $inf = pow(0, -2);