summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-06-17 09:39:23 +0000
committerDmitry Stogov <dmitry@php.net>2005-06-17 09:39:23 +0000
commitf47c78487bda814ccb1de09fe44fe9a6b4082c30 (patch)
treeb6abddf041fb917f5545741ea8928be9ebb66985 /ext/standard/dl.h
parentc0c7a9f0101f5488cbf861390f5a89feaebcc94a (diff)
downloadphp-git-f47c78487bda814ccb1de09fe44fe9a6b4082c30.tar.gz
Improved PHP extension loading mechanism with support for module dependencies and conflicts
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h
index 1f5c9b5ecf..81bb8697df 100644
--- a/ext/standard/dl.h
+++ b/ext/standard/dl.h
@@ -23,8 +23,7 @@
#ifndef DL_H
#define DL_H
-PHPAPI void php_dl(pval *file,int type,pval *return_value TSRMLS_DC);
-
+PHPAPI void php_dl(zval *file,int type, zval *return_value TSRMLS_DC);
/* dynamic loading functions */
PHP_FUNCTION(dl);