php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23033 Wrong directory path during installation
Submitted: 2003-04-03 05:23 UTC Modified: 2003-04-28 03:49 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: khofmann at probusiness dot de Assigned: pajoye (profile)
Status: Closed Package: PEAR related
PHP Version: 4.3.2RC1 OS: Windows XP
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: khofmann at probusiness dot de
New email:
PHP Version: OS:

 

 [2003-04-03 05:23 UTC] khofmann at probusiness dot de
I set up my php at d:\Programme\php
Then I run the go-pear.bat and tell it that the
installation prefix should be d:\programme\php

after downloading an installing the packages
there is a warning:

WARNING!  The include_path defined in the currently used php.ini does not
contain the PEAR PHP directory you just specified.
[...]

Please look over your php.ini file to make sure
d:\Programme\php\pear is in your include_path.
Current include path           : .;c:\php4\pear
Configured directory           : d:\Programme\php\pear
Currently used php.ini (guess) : c:\windows\php.ini


the php.ini path is correct, the config dir ist correct,
but the current include path is wrong. Within the php.ini
I set:

include_path = ".;d:\Programme\php\includes;d:\Programme\php\pear"

so php seems to ignore this :(


then comes the next bug:

pear has been installed in c:\programme\php and NOT
in d:\programme\php

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-28 03:46 UTC] arnaud@php.net
Pierre is working on go-pear under win. Assigning.
 [2003-04-28 03:49 UTC] pajoye@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 17:01:31 2024 UTC