We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf75124 commit dd3d739Copy full SHA for dd3d739
pear/tests/pear_dependency_checkExtension.phpt
@@ -4,11 +4,15 @@ PEAR_Dependency::checkExtension() test
4
<?php
5
if (!getenv('PHP_PEAR_RUNTESTS')) {
6
echo 'skip';
7
+ exit;
8
}
9
if (!ini_get('enable_dl') || ini_get('safe_mode')) {
10
11
12
13
14
+require_once 'System.php';
15
+
16
$dir = ini_get('extension_dir');
17
if (OS_WINDOWS) {
18
$suffix = '.dll';
@@ -50,6 +54,7 @@ foreach ($extensions as $ext) {
50
54
51
55
if (!$notloaded || !$loaded) {
52
56
57
53
58
59
?>
60
--FILE--
0 commit comments