diff options
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r-- | ext/standard/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index cb3bc4b848..b12a72838c 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -75,7 +75,7 @@ PHPAPI int php_file_le_fopen(void); PHPAPI int php_file_le_stream(void); PHPAPI int php_file_le_popen(void); PHPAPI int php_file_le_socket(void); -PHPAPI int php_copy_file(char *src, char *dest); +PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC); #define META_DEF_BUFSIZE 8192 |