From: Edin Kadribasic Date: Sat, 6 Jan 2007 18:58:34 +0000 (+0000) Subject: Var declarations first (fixes windows build) X-Git-Tag: RELEASE_1_0_0RC1~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b23813044d7fe0af9104d9de8a9f8386ddfe2242;p=php Var declarations first (fixes windows build) --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index b3b5292d82..9026426def 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -2396,9 +2396,9 @@ PHP_METHOD(Phar, offsetSet) int fname_len; char *contents; int contents_len; - PHAR_ARCHIVE_OBJECT(); phar_entry_data *data; php_stream *fp; + PHAR_ARCHIVE_OBJECT(); if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &fname, &fname_len, &contents, &contents_len) == FAILURE) { return;