]> git.pld-linux.org Git - packages/php.git/blob - phar-hash-shared.patch
28119af9590f14c69035951e0d7bd4e34975a718
[packages/php.git] / phar-hash-shared.patch
1 --- php-7.0.0RC6/ext/phar/config.m4     2015-11-17 19:13:50.877662712 +0200
2 +++ php-7.0.0RC6/ext/phar/config.m4     2015-11-20 12:51:24.088185045 +0200
3 @@ -7,13 +7,13 @@
4  if test "$PHP_PHAR" != "no"; then
5    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)
6    AC_MSG_CHECKING([for phar openssl support])
7 -  if test "$PHP_HASH_SHARED" != "yes"; then
8 -    if test "$PHP_HASH" != "no"; then
9 +dnl  if test "$PHP_HASH_SHARED" != "yes"; then
10 +dnl    if test "$PHP_HASH" != "no"; then
11        AC_DEFINE(PHAR_HASH_OK,1,[ ])
12 -    fi
13 -  else
14 -    AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared])
15 -  fi
16 +dnl    fi
17 +dnl  else
18 +dnl    AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared])
19 +dnl  fi
20    if test "$PHP_OPENSSL_SHARED" = "yes"; then
21      AC_MSG_RESULT([no (shared openssl)])
22    else
This page took 0.047714 seconds and 3 git commands to generate.