Posted by d on 03/09/06 12:02
"alex" <alex@nospam.org> wrote in message
news:440f1491$0$24200$636a55ce@news.free.fr...
>> You may have had the include path set with the "inc" directory included.
>>
>> include_path = ".:./inc"
>>
>
> thanks, but this would only work for this particular file.
> In fact, I have many scripts in many different directories (several
> projects on the same machine : localhost/project_A, localhost/project_B,
> ...).
> I would be impossible to maintain if I had to update the "include_path"
> var every time I get a new project.
> The trouble is I never changed this option before and it used to work. I
> can't understand why.
You should use subhosts to keep your sites sane on your machine. Keeping
seperate sites on one domain is asking for trouble :)
> FYI : I run under windows and my current "include_path" is :
> include_path = ".;C:\Program Files\xampp\php\pear\"
>
> it's the default value in xampp.
>
[Back to original message]
|