From 80f6263bbca33dc2c16ec273f7ba8a57e2a42c29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Wed, 28 Jan 2009 20:39:15 +0000 Subject: [PATCH] Properly disable phar for the moment --- ext/phar/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/phar/config.m4 b/ext/phar/config.m4 index 902a055827..80a552ccea 100644 --- a/ext/phar/config.m4 +++ b/ext/phar/config.m4 @@ -8,6 +8,7 @@ if test "$PHP_PHAR" != "no"; then PHP_C_BIGENDIAN if test $ac_cv_c_bigendian_php = yes; then AC_MSG_WARN([Disabling Phar due to crash bugs on big endian systems]) + PHP_PHAR=no else PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_object.c phar_path_check.c, $ext_shared) AC_MSG_CHECKING([for phar openssl support]) -- 2.50.1