Re: Re: svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/streams/bug46024.phpt branches/PHP_5_4/ext/standard/tests/streams/bug46024.phpt
trunk/ext/standard/tests/streams/bug46024.phpt
On Sun, Sep 4, 2011 at 22:38, Stas Malyshev <[email protected]> wrote:
> Hi!
>
> On 9/4/11 1:35 PM, Kalle Sommer Nielsen wrote:
>>
>> But if its possible to always be available in ZTS, what would the
>> reasoning for it not to be available in NTS? I haven't dug into the
>> code that deeply so I'm just curious.
>
> My guess - ZTS has virtualized directory handling system (VCWD), NTS doesn't
> and uses underlying APIs directly (on Unix at least). May be related to
> that.
No.
As of PHP 5.3.0 PHP implements its own realpath() and no longer uses
the system realpath().
I've no idea why its ifdefed out on beos and netware, Dmitry probably
just forgot to remove it?
-Hannes
Thread (8 messages)