diff options
Diffstat (limited to 'ext/standard/dl.h')
| -rw-r--r-- | ext/standard/dl.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h index 6bf453d23e..399aa0bc51 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -40,7 +40,7 @@ void php_dl(pval *file,int type,pval *return_value);  #ifdef HAVE_LIBDL -extern php3_module_entry dl_module_entry; +extern zend_module_entry dl_module_entry;  #define dl_module_ptr &dl_module_entry  /* dynamic loading functions */  | 
