diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-27 19:27:20 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-05-27 19:27:20 +0000 |
commit | fb39eda0d80f0b45cbdf17c9b898298f90f4812b (patch) | |
tree | ab06cab4b0a4e2e433daad1be9fd5f3aa28973aa /ext/standard/dl.h | |
parent | afccb5861212d0931fcf61ef8f4e4141700025f2 (diff) | |
download | php-git-fb39eda0d80f0b45cbdf17c9b898298f90f4812b.tar.gz |
a second (cleaner?) try on warnings about unsupported functions
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r-- | ext/standard/dl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h index 9e53733587..f816b72c12 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -41,10 +41,6 @@ void php_dl(pval *file,int type,pval *return_value); /* dynamic loading functions */ PHP_FUNCTION(dl); -#ifdef HAVE_LIBDL PHP_MINFO_FUNCTION(dl); -#else - -#endif #endif /* _DL_H */ |