Re: Php configuration - include path problem
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Php configuration - include path problem

From: alex <alex@nospam.org>
Date: Wed Mar 08 2006 - 18:32:16 CET

> 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.
Received on Mon May 1 02:29:31 2006