Click to See Complete Forum and Search --> : multiple values for include_path
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
I have the same problem with PHP4.02-dev on Win2k, only the first path works.
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
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.
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.