Skip to content

Commit e4bdd6f

Browse files
committed
Added missing API function declaration.
1 parent bc59416 commit e4bdd6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/file.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ PHP_MINIT_FUNCTION(user_streams);
7272
PHPAPI int php_le_stream_context(void);
7373
PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
7474
PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);
75+
PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC);
7576
PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC);
7677
PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC);
7778
PHPAPI void php_fgetcsv(php_stream *stream, char delimiter, char enclosure, size_t buf_len, char *buf, zval *return_value TSRMLS_DC);

0 commit comments

Comments
 (0)