[PHP] current directory?

2004-07-20 Thread Justin French
I've got some weirdness with files included via a symbolic link.  Is 
there any way I can find out what directory PHP is currently trying 
include from?

---
Justin French
http://indent.com.au
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] current directory?

2004-07-20 Thread Jordi Canals
Justin French wrote:
I've got some weirdness with files included via a symbolic link.  Is 
there any way I can find out what directory PHP is currently trying 
include from?
get_include_path();
Regards,
Jordi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php