summaryrefslogtreecommitdiff
path: root/ext/session/tests/016.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/016.phpt')
-rw-r--r--ext/session/tests/016.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt
index fa179d063c..83703294a3 100644
--- a/ext/session/tests/016.phpt
+++ b/ext/session/tests/016.phpt
@@ -2,10 +2,6 @@
invalid session.save_path should not cause a segfault
--SKIPIF--
<?php
-if (!extension_loaded("session") && ini_get("enable_dl")) {
- $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
- @dl("session$dlext");
-}
if (!extension_loaded("session")) {
die("skip Session module not loaded");
}