summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-05-02 18:46:19 +0000
committerAndi Gutmans <andi@php.net>2000-05-02 18:46:19 +0000
commit52288d4f05b1af931a61c951ad9b28a794b2fd88 (patch)
tree87d195413ec4b8943548b5e25eca3c5b42b78f86 /ext/standard/dl.c
parent8ca13c97c2d5daa91dd282cf3c8d490f353373a7 (diff)
downloadphp-git-52288d4f05b1af931a61c951ad9b28a794b2fd88.tar.gz
- Shouldn't be needed. The configuration mechanism makes sure this is
- up-to-date
Diffstat (limited to 'ext/standard/dl.c')
-rw-r--r--ext/standard/dl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c
index f3a6195aa8..fa39431153 100644
--- a/ext/standard/dl.c
+++ b/ext/standard/dl.c
@@ -84,9 +84,6 @@ void php_dl(pval *file,int type,pval *return_value)
PLS_FETCH();
ELS_FETCH();
- if (!PG(extension_dir))
- cfg_get_string("extension_dir",&PG(extension_dir));
-
if (PG(extension_dir) && PG(extension_dir)[0]){
int extension_dir_len = strlen(PG(extension_dir));