From: Felipe Pena Date: Sun, 30 Mar 2008 15:31:33 +0000 (+0000) Subject: - Fix build X-Git-Tag: RELEASE_2_0_0b1~529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fba4f5e616710ef8f6e35838458bf81dd4334a9;p=php - Fix build --- 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";