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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: steve at eyekon dot com
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 08:01:28 2024 UTC