so I habe generic "compression error" will suffice.
if (PHP_PHAR != "no") {
if (PHP_ZLIB != "no") {
EXTENSION("phar", "phar.c");
+ if (!PHP_ZLIB_SHARED) {
+ AC_DEFINE("HAVE_PHAR_ZLIB", 1, "ZLIB support in phar");
+ }
} else {
EXTENSION("phar", "phar.c", null, "/D ZLIB_EXPORTS");
AC_DEFINE("HAVE_PHAR_ZLIB", 1, "ZLIB support in phar");
efree(idata->file);
efree(idata);
efree(internal_file);
- php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar error: %s", zError(status));
+ php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "phar compression error");
return NULL;
}
#define PHAR_ZLIB_ERROR efree(savebuf);\