From 874d14b36f3064f17554a6dadd558b8c30136246 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Mon, 16 Feb 2009 16:41:40 +0000 Subject: [PATCH] re-enable ext/phar on big-endian systems, fixes verified as workign --- ext/phar/config.m4 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ext/phar/config.m4 b/ext/phar/config.m4 index 80a552ccea..2ac7f3dd81 100644 --- a/ext/phar/config.m4 +++ b/ext/phar/config.m4 @@ -5,11 +5,6 @@ PHP_ARG_ENABLE(phar, for phar archive support, [ --disable-phar Disable phar support], yes) 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]) if test "$PHP_HASH_SHARED" != "yes"; then @@ -32,5 +27,4 @@ if test "$PHP_PHAR" != "no"; then PHP_ADD_EXTENSION_DEP(phar, hash, true) PHP_ADD_EXTENSION_DEP(phar, spl, true) PHP_ADD_MAKEFILE_FRAGMENT - fi fi -- 2.50.1