From: Greg Beaver Date: Sat, 23 Feb 2008 19:26:18 +0000 (+0000) Subject: fix double error (this fixes frontcontroller22.phpt) X-Git-Tag: RELEASE_2_0_0a1~362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3a266fca8e804c656efe2090d81342178b93f26;p=php fix double error (this fixes frontcontroller22.phpt) --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index cb7f3c17e9..481974da3f 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -2579,7 +2579,7 @@ int phar_zend_open(const char *filename, zend_file_handle *handle TSRMLS_DC) /* } efree(old); efree(arch); - goto skip_phar; + return FAILURE; } } }