> Hi.
>
> This was discussed before.
> see
> http://www.mail-archive.com/internals@lists.php.net/msg37211.html
>
> Tyrael
>
Rasmus meant (include|requrie)_once, where the same files should be caught
indeed.
As of file_exists(), why would it need realpath's logic at all?
-jv
--
PHP Internals
On Fri, Oct 8, 2010 at 2:47 AM, jvlad wrote:
>> Hi.
>>
>> This was discussed before.
>> see
>> http://www.mail-archive.com/internals@lists.php.net/msg37211.html
>>
>> Tyrael
I have a question after reading through that thread -
apc.include_once_override - boolean, default is 0
Optimize include_o
On Fri, 2010-10-08 at 13:47 +0400, jvlad wrote:
> Rasmus meant (include|requrie)_once, where the same files should be caught
> indeed.
> As of file_exists(), why would it need realpath's logic at all?
In case open_basedir is enabled we have to do some more verifications,
as we have to resolve the
>> Rasmus meant (include|requrie)_once, where the same files should be
>> caught
>> indeed.
>> As of file_exists(), why would it need realpath's logic at all?
>
> In case open_basedir is enabled we have to do some more verifications,
> as we have to resolve the true base.
>
> johannes
>
>
Good poi