summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-05-16 12:18:43 +0000
committerFelipe Pena <felipe@php.net>2008-05-16 12:18:43 +0000
commit60cd27b7f67e0f02d685c746e36c25bd9f13294a (patch)
treecd2524bf3f479a5ffb11481306e1717c47d56ee3 /ext/standard/dl.h
parent0668fd3328eb1c290d8ac005c43ea5993815f584 (diff)
downloadphp-git-60cd27b7f67e0f02d685c746e36c25bd9f13294a.tar.gz
- MFH: Improved fix (used 's' in parameter parsing)
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h
index 246642d672..453cea691b 100644
--- a/ext/standard/dl.h
+++ b/ext/standard/dl.h
@@ -24,7 +24,7 @@
#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);
+PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
/* dynamic loading functions */
PHP_FUNCTION(dl);