diff options
| author | Marcus Boerger <helly@php.net> | 2003-12-06 20:46:48 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-12-06 20:46:48 +0000 |
| commit | b93038396efb10110188cccd7daf89aa2e4c48f6 (patch) | |
| tree | 155d31f27468532218f1eadc400a826d09bb6171 /ext/pgsql/tests | |
| parent | 12defebcf08c281160b11953df6db8995d4821de (diff) | |
| download | php-git-b93038396efb10110188cccd7daf89aa2e4c48f6.tar.gz | |
MFH: Do not dynamically load the extension in skipif
Diffstat (limited to 'ext/pgsql/tests')
| -rw-r--r-- | ext/pgsql/tests/skipif.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pgsql/tests/skipif.inc b/ext/pgsql/tests/skipif.inc index 34e93b2aaa..0385553464 100644 --- a/ext/pgsql/tests/skipif.inc +++ b/ext/pgsql/tests/skipif.inc @@ -8,10 +8,6 @@ include("config.inc"); -if (!extension_loaded("pgsql") && ini_get("enable_dl")) { - $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so"; - @dl("pgsql$dlext"); -} if (!extension_loaded("pgsql")) { die("skip\n"); } |
