From 851a7c6157e6223c6ce21b237388f71b43fdabd4 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 13 Oct 2006 09:55:48 +0000 Subject: [PATCH] MFB: missing API declaration --- ext/standard/file.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/file.h b/ext/standard/file.h index c87dc1854b..aa0798b430 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -73,6 +73,7 @@ PHP_MINIT_FUNCTION(user_streams); PHPAPI int php_le_stream_context(void); PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC); PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC); +PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC); PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC); PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC); PHPAPI void php_fgetcsv(php_stream *stream, char delimiter, char enclosure, size_t buf_len, char *buf, zval *return_value TSRMLS_DC); -- 2.50.1