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