Changeset View
Changeset View
Standalone View
Standalone View
lang/php72/files/patch-ext_phar_phar.c
- This file was moved from archivers/php72-phar/files/patch-phar.c.
| --- phar.c.orig 2016-06-21 19:56:49 UTC | --- ext/phar/phar.c.orig 2018-07-17 05:35:47 UTC | ||||
| +++ phar.c | +++ ext/phar/phar.c | ||||
| @@ -3589,7 +3589,7 @@ static const zend_module_dep phar_deps[] | @@ -3587,7 +3587,7 @@ static const zend_module_dep phar_deps[] | ||||
| ZEND_MOD_OPTIONAL("openssl") | ZEND_MOD_OPTIONAL("openssl") | ||||
| ZEND_MOD_OPTIONAL("zlib") | ZEND_MOD_OPTIONAL("zlib") | ||||
| ZEND_MOD_OPTIONAL("standard") | ZEND_MOD_OPTIONAL("standard") | ||||
| -#if defined(HAVE_HASH) && !defined(COMPILE_DL_HASH) | -#if defined(HAVE_HASH) && !defined(COMPILE_DL_HASH) | ||||
| +#if defined(HAVE_HASH) | +#if defined(HAVE_HASH) | ||||
| ZEND_MOD_REQUIRED("hash") | ZEND_MOD_REQUIRED("hash") | ||||
| #endif | #endif | ||||
| #if HAVE_SPL | ZEND_MOD_REQUIRED("spl") | ||||