mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
fixed bug #14414
This commit is contained in:
parent
cc4b274a58
commit
18f2ffeead
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ if (OS_WINDOWS) {
|
||||||
$pear_user_config = PHP_SYSCONFDIR.DIRECTORY_SEPARATOR.'pear.ini';
|
$pear_user_config = PHP_SYSCONFDIR.DIRECTORY_SEPARATOR.'pear.ini';
|
||||||
} else {
|
} else {
|
||||||
$pear_default_config = PHP_SYSCONFDIR.DIRECTORY_SEPARATOR.'pear.conf';
|
$pear_default_config = PHP_SYSCONFDIR.DIRECTORY_SEPARATOR.'pear.conf';
|
||||||
$pear_user_config = $HTTP_ENV_VARS['HOME'].DIRECTORY_SEPARATOR.'.pearrc';
|
$pear_user_config = getenv('HOME').DIRECTORY_SEPARATOR.'.pearrc';
|
||||||
}
|
}
|
||||||
|
|
||||||
$opts = $options[0];
|
$opts = $options[0];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue