1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
This commit is contained in:
Tomas V.V.Cox
2001-12-11 20:52:58 +00:00
parent cc4b274a58
commit 18f2ffeead
+2 -2
View File
@@ -62,10 +62,10 @@ if (PEAR::isError($options)) {
if (OS_WINDOWS) {
$pear_default_config = PHP_SYSCONFDIR.DIRECTORY_SEPARATOR.'pearsys.ini';
$pear_user_config = PHP_SYSCONFDIR.DIRECTORY_SEPARATOR.'pear.ini';
$pear_user_config = PHP_SYSCONFDIR.DIRECTORY_SEPARATOR.'pear.ini';
} else {
$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];