X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2FPEAR.php;h=4c24c6006a398f8f8ade714a87e67db58b9c7619;hb=ae696728f5edf8972c68c17ce9ea21f07d44cbed;hp=fcefa964a3299e5832339ce04fe2e7a1165bbf33;hpb=49bce941a9aae495ee7221bd367791227487b458;p=quix0rs-gnu-social.git diff --git a/extlib/PEAR.php b/extlib/PEAR.php index fcefa964a3..4c24c6006a 100644 --- a/extlib/PEAR.php +++ b/extlib/PEAR.php @@ -746,7 +746,7 @@ class PEAR { if (!extension_loaded($ext)) { // if either returns true dl() will produce a FATAL error, stop that - if ((ini_get('enable_dl') != 1) || (ini_get('safe_mode') == 1) || !function_exists('dl')) { + if ((ini_get('enable_dl') != 1) || (ini_get('safe_mode') == 1)) { return false; } if (OS_WINDOWS) {