From 2fba4f5e616710ef8f6e35838458bf81dd4334a9 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 30 Mar 2008 15:31:33 +0000 Subject: [PATCH] - Fix build --- ext/standard/file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/file.c b/ext/standard/file.c index 054697cc07..b45ca3d9c3 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -622,7 +622,6 @@ PHP_FUNCTION(file_put_contents) long flags = ((argc < 3) && UG(unicode)) ? PHP_FILE_TEXT : 0; zval *zcontext = NULL; php_stream_context *context = NULL; - char mode[3] = { 'w', 0, 0 }; php_stream *srcstream = NULL; char mode[3] = "wb"; -- 2.50.1