Hello Randy, 

(R == "Randy") [EMAIL PROTECTED] writes:

R> How I think it SHOULD work is like DOS - First it looks at where
R> you say it is. If not there, it looks in the current directory.

Let's not forget Unix. ;-)

R> If not there, it looks in the directories in the path. I'm sure PHP
R> doesn't work this way, but I can't figure out how it does work.

% egrep include /usr/local/lib/php3.ini
include_path = ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"

It checks each path in order. It will stop when it finds the file in
the first available location.

R> Please, if anybody understands this, let me know.

-Brian
--
An adequate bootstrap is a contradiction in terms.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to