diff options
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r-- | ext/standard/dl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h index 033e2b0983..73150d32c9 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -1,6 +1,6 @@ -/* +/* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ @@ -23,8 +23,8 @@ #ifndef DL_H #define DL_H -PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC); -PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC); +PHPAPI int php_load_extension(char *filename, int type, int start_now); +PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now); /* dynamic loading functions */ PHPAPI PHP_FUNCTION(dl); |