Re: [PHP-DEV] INF behavior

2011-05-27 Thread Ferenc Kovacs
On Fri, May 27, 2011 at 6:10 AM, Scott MacVicar sc...@macvicar.net wrote: On 26 May 2011, at 20:03, Philip Olson phi...@roshambo.org 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:

[PHP-DEV] BC-BREAK at 5.2.7

2011-05-27 Thread Lars Schultz
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

Re: [PHP-DEV] INF behavior

2011-05-27 Thread Richard Quadling
On 27 May 2011 08:17, Ferenc Kovacs i...@tyrael.hu wrote: On Fri, May 27, 2011 at 6:10 AM, Scott MacVicar sc...@macvicar.net wrote: On 26 May 2011, at 20:03, Philip Olson phi...@roshambo.org wrote: Hello geeks, A geek is needed to clarify PHP bug #45712. This is an edge case but the

Re: [PHP-DEV] INF behavior

2011-05-27 Thread Gustavo Lopes
Em Fri, 27 May 2011 04:03:01 +0100, Philip Olson phi...@roshambo.org 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: ?php $inf = pow(0, -2); var_dump($inf); //

Fwd: [PHP-DEV] Need karma for committing test patches

2011-05-27 Thread Alexey Shein
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

Re: [PHP-DEV] INF behavior

2011-05-27 Thread Derick Rethans
On Thu, 26 May 2011, Scott MacVicar wrote: On 26 May 2011, at 20:03, Philip Olson phi...@roshambo.org 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: ?php $inf = pow(0,

Re: [PHP-DEV] BC-BREAK at 5.2.7

2011-05-27 Thread Ángel González
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 codebase and

Re: [PHP-DEV] Porting PECL to userspace

2011-05-27 Thread Larry Garfield
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