mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Typo (sorry Pierre ;)
This commit is contained in:
parent
9d012efd2c
commit
4f2696ba7f
@ -73,7 +73,7 @@ if (getenv('PHP_PEAR_INSTALL_DIR')) {
|
||||
if (getenv('PHP_PEAR_EXTENSION_DIR')) {
|
||||
define('PEAR_CONFIG_DEFAULT_EXT_DIR', getenv('PHP_PEAR_EXTENSION_DIR'));
|
||||
} else {
|
||||
if (!ini_get('extension_dir')) {
|
||||
if (ini_get('extension_dir')) {
|
||||
define('PEAR_CONFIG_DEFAULT_EXT_DIR', ini_get('extension_dir'));
|
||||
} elseif (defined('PEAR_EXTENSION_DIR') && @is_dir(PEAR_EXTENSION_DIR)) {
|
||||
define('PEAR_CONFIG_DEFAULT_EXT_DIR', PEAR_EXTENSION_DIR);
|
||||
|
Loading…
Reference in New Issue
Block a user