From: Greg Beaver Date: Thu, 10 Jan 2008 22:05:30 +0000 (+0000) Subject: MAPPHAR_ALLOC_FILE slipped in there somehow X-Git-Tag: RELEASE_2_0_0a1~954 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e65f56264ca08d1ff8c1e051c8dcafe0d5a86e1;p=php MAPPHAR_ALLOC_FILE slipped in there somehow --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 4d5756013d..b62547a507 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -1716,7 +1716,7 @@ static int phar_open_fp(php_stream* fp, char *fname, int fname_len, char *alias, php_stream *temp; if (!phar_has_bz2) { - MAPPHAR_ALLOC_FILE("unable to decompress bzipped phar archive \"%s\" to temporary file, enable bzip2 extension in php.ini") + MAPPHAR_ALLOC_FAIL("unable to decompress bzipped phar archive \"%s\" to temporary file, enable bzip2 extension in php.ini") } /* entire file is bzip-compressed, uncompress to temporary file */ if (!(temp = php_stream_fopen_tmpfile())) {