[PHP-DEV] PHP 6 Bug Summary Report

2008-06-30 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (64 total -- which includes 26 feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers ===

Re: [PHP-DEV] mac os x, test failure

2008-06-30 Thread Alexey Zakhlestin
On Mon, Jun 30, 2008 at 12:27 PM, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 30.06.2008 12:24, Alexey Zakhlestin wrote: >>> >>> It might also mean that the error message is different on Mac OS or the >>> error code is different. >>> I've seen that many times on different platforms. >> >> that's

Re: [PHP-DEV] mac os x, test failure

2008-06-30 Thread Antony Dovgal
On 30.06.2008 12:24, Alexey Zakhlestin wrote: It might also mean that the error message is different on Mac OS or the error code is different. I've seen that many times on different platforms. that's what I thought at first, but testing showed, that it is not that simple. plain fopen() in C on

Re: [PHP-DEV] mac os x, test failure

2008-06-30 Thread Alexey Zakhlestin
On Mon, Jun 30, 2008 at 12:10 PM, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 28.06.2008 20:17, Alexey Zakhlestin wrote: >> >> I noticed a failure of ext/standard/tests/strings/006.phpt on my machine. >> this is 5.3.0, debug-zts, mac os x 10.5.3, intel, 32-bit build >> >> This test, in my case, r

Re: [PHP-DEV] mac os x, test failure

2008-06-30 Thread Antony Dovgal
On 28.06.2008 20:17, Alexey Zakhlestin wrote: I noticed a failure of ext/standard/tests/strings/006.phpt on my machine. this is 5.3.0, debug-zts, mac os x 10.5.3, intel, 32-bit build This test, in my case, returns "Inappropriate ioctl for device" error instead of "File name too long". Looks, lik

Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP

2008-06-30 Thread troels knak-nielsen
On Mon, Jun 30, 2008 at 12:41 AM, Lars Strojny <[EMAIL PROTECTED]> wrote: > Hi Stas, > > Am Sonntag, den 29.06.2008, 15:20 -0700 schrieb Stanislav Malyshev: > [...] >> If we use this syntax, and $view->escape is not defined, should we >> call __call or __get? > > That's indeed a good question. Call