> include_path  = "p:\includes c:\phplib P:\other_staff" ;
> 
Add the directory itself. In Linux this would look like this:
include_path = .:/includes:/phplib:/other_staff
The "." is the current dir just as an ls -la or dir on windows would list. 
I don't know anything about how to configure PHP for windows but I assume 
the same problem is there.


-- 
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