summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-11-09 16:27:43 +0000
committerJani Taskinen <jani@php.net>2007-11-09 16:27:43 +0000
commit02d966c2634b3ac8b227db078bbee0b26876fed4 (patch)
treec64798a9f4f3f48008d7d3926327210f78898eb3 /ext/standard/dl.h
parentc5776e1a411b1ea8748c390febfe077dced2ba9a (diff)
downloadphp-git-02d966c2634b3ac8b227db078bbee0b26876fed4.tar.gz
MFH:- Added support for [HOST=www.example.com] special sections
MFH:- Allowed using full path to load modules using "extension" directive
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h
index 3203ea9a51..10c44f5664 100644
--- a/ext/standard/dl.h
+++ b/ext/standard/dl.h
@@ -23,6 +23,7 @@
#ifndef DL_H
#define DL_H
+PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC);
PHPAPI void php_dl(zval *file,int type, zval *return_value, int start_now TSRMLS_DC);
/* dynamic loading functions */