Alexey Zakhlestin wrote:
> what about including(_once) by absolute path?
>   

Hi,

There is no difference from the existing code for include_once, the
first line of php_resolve_path has a check for IS_ABSOLUTE_PATH, all of
the code I wrote follows this line.  Calls to include (no _once) would
add 1 function call to php_resolve_path, an insignificant difference.

Greg

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to