diff options
author | Andi Gutmans <andi@php.net> | 2000-05-02 18:46:19 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-05-02 18:46:19 +0000 |
commit | 52288d4f05b1af931a61c951ad9b28a794b2fd88 (patch) | |
tree | 87d195413ec4b8943548b5e25eca3c5b42b78f86 /ext/standard/dl.c | |
parent | 8ca13c97c2d5daa91dd282cf3c8d490f353373a7 (diff) | |
download | php-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.c | 3 |
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)); |