Yes, I restarted Apache and checked it with phpinfo(), but no change. I
think I'm doing something wrong here. I wrote the new path as this (after
creating the folder for it)
 
include_path = "C:\includes"
 
Includes was the folder I created for, well, the includes. Is there anything
I can do about the internal path PHP falls back on? Maybe I should write it
like this: include_path = ".;c:\includes"
 
What should I do? Please help.
 
--Machiste' N. Quintana

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to