--- php-7.0.0RC6/ext/phar/config.m4~ 2015-10-27 21:24:16.000000000 +0200 +++ php-7.0.0RC6/ext/phar/config.m4 2015-11-17 19:13:50.877662712 +0200 @@ -7,13 +7,13 @@ if test "$PHP_PHAR" != "no"; then 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,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) AC_MSG_CHECKING([for phar openssl support]) - if test "$PHP_HASH_SHARED" != "yes"; then - if test "$PHP_HASH" != "no"; then +dnl if test "$PHP_HASH_SHARED" != "yes"; then +dnl if test "$PHP_HASH" != "no"; then AC_DEFINE(PHAR_HASH_OK,1,[ ]) - fi - else +dnl fi +dnl else AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared]) - fi +dnl fi if test "$PHP_OPENSSL_SHARED" = "yes"; then AC_MSG_RESULT([no (shared openssl)]) else