Click to See Complete Forum and Search --> : multiple values for include_path


Anon
07-31-2000, 11:59 AM
I have entered the following in php.ini for include_path:

include_path = e:\php;e:\libs;

but only the first path is usable and shows up using phpinfo() command. I'm using NT 4 sp 5, PHP4 latest build, IIS 4. Do I have this incorrect? Should it work?

I searched the archives and everything related say "that should work"
Brian

Anon
07-31-2000, 02:05 PM
I have the same problem with PHP4.02-dev on Win2k, only the first path works.

Anon
08-01-2000, 04:14 AM
Hi,

I changed my include_path with the following statement: include_path = ".;c:\inetpub\wwwroot\php" with the quotation marks!!! In my case it works. But I had to stop all web services running on my system (maybe reboot).

Andreas

brian wrote:
-------------------------------
I have entered the following in php.ini for include_path:

include_path = e:\php;e:\libs;

but only the first path is usable and shows up using phpinfo() command. I'm using NT 4 sp 5, PHP4 latest build, IIS 4. Do I have this incorrect? Should it work?

I searched the archives and everything related say "that should work"
Brian

Anon
12-10-2001, 03:06 PM
It appears that without the quotes, the ; is being treated as the comment indicator (at least on windows). This is still the same with 4.06 version provided by nuSphere.