php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #573 Include path only allows one to be set
Submitted: 1998-07-22 18:19 UTC Modified: 1998-07-23 20:51 UTC
From: steve at eyekon dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.2 OS: Windows 98
Private report: No CVE-ID: None
 [1998-07-22 18:19 UTC] steve at eyekon dot com
When using the include_path= in windows, there is no way to set multiple paths. If a person uses a colon, the whole line is considered one path, if a person uses a semi-colon, only the first path is used, and everything after the first semi-colon is considered a comment, and ignored. 

How does a person set up more than one include path in windows?

I am using Microsoft Personal Web Server.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-23 20:51 UTC] rasmus
"\path1;\path2" works.  Hint added to sample php3.ini file
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 16:01:31 2024 UTC