mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
slightly clearer error message
This commit is contained in:
parent
48f4c97b8c
commit
e0b54bcdd3
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ PHP_PHAR_API php_stream * php_stream_phar_url_wrapper(php_stream_wrapper *wrappe
|
|||
efree(idata->file);
|
||||
efree(idata);
|
||||
efree(internal_file);
|
||||
php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar compression error");
|
||||
php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: decompression failed");
|
||||
return NULL;
|
||||
}
|
||||
#define PHAR_ZLIB_ERROR efree(savebuf);\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue