]> git.pld-linux.org Git - packages/php.git/blame - phar-hash-shared.patch
remove com_dotnet ext to mark todo note done
[packages/php.git] / phar-hash-shared.patch
CommitLineData
312aa080
ER
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
56b53eba
ER
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
312aa080
ER
14- AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared])
15- fi
56b53eba
ER
16+dnl fi
17+dnl else
312aa080 18+dnl AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared])
56b53eba
ER
19+dnl fi
20 if test "$PHP_OPENSSL_SHARED" = "yes"; then
21 AC_MSG_RESULT([no (shared openssl)])
22 else
This page took 0.049387 seconds and 4 git commands to generate.