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

2008-07-01 Thread Alexey Zakhlestin
On Wed, Jul 2, 2008 at 10:19 AM, Alexey Zakhlestin <[EMAIL PROTECTED]> wrote: > some more details. > the return-chain in this case is following: > > virtual_file_ex(..., path, ...) -> returns 1, because path_length >= > MAXPATHLEN > expand_filepath(filepath, ...) -> returns null > _php_stream_fope

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

2008-07-01 Thread Alexey Zakhlestin
some more details. the return-chain in this case is following: virtual_file_ex(..., path, ...) -> returns 1, because path_length >= MAXPATHLEN expand_filepath(filepath, ...) -> returns null _php_stream_fopen(filename, ...) -> returns null php_plain_files_stream_opener(..., path, ...) -> returns nu

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

[PHP-DEV] mac os x, test failure

2008-06-28 Thread Alexey Zakhlestin
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, like errno is already set to 25 (which corresponds