php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21609 Bad default include_path
Submitted: 2003-01-13 04:06 UTC Modified: 2003-04-28 02:40 UTC
From: michele dot manzato at verona dot miz dot it Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.3.0 OS: Win2K
Private report: No CVE-ID: None
 [2003-01-13 04:06 UTC] michele dot manzato at verona dot miz dot it
On Win32 include_path defaults to ".;c:\php4\pear" (if one does not define the include_path directive in php.ini). Thus, everytime I install PHP from scratch go-pear complains about a bad path.

That's strange since (I think) most Win32 installations are in "c:\php" and not in "c:\php4". Also the win32 installer proposes "c:\php" as the suggested installation place.

My suggestion is to set the include_path default to ".;c:\php\pear".

Michele

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-28 02:40 UTC] lsmith@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

please check out snaps.php.net
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 08:01:28 2024 UTC