X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2FPEAR.php;h=4c24c6006a398f8f8ade714a87e67db58b9c7619;hb=65f2d12bbf382d65cb525d3885e4bbd2a02c515c;hp=fcefa964a3299e5832339ce04fe2e7a1165bbf33;hpb=a41ed1a66a902b078876be7528183ab61e6a3d03;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) {