|
Posted by alex on 03/08/06 19:32
> 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.
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.
Navigation:
[Reply to this message]
|