We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21418b5 commit 499ea90Copy full SHA for 499ea90
ext/phar/config.m4
@@ -17,8 +17,8 @@ if test "$PHP_PHAR" != "no"; then
17
AC_MSG_RESULT([no])
18
fi
19
20
- PHP_ADD_EXTENSION_DEP(phar, hash, true)
21
- PHP_ADD_EXTENSION_DEP(phar, spl, true)
+ PHP_ADD_EXTENSION_DEP(phar, hash)
+ PHP_ADD_EXTENSION_DEP(phar, spl)
22
PHP_ADD_MAKEFILE_FRAGMENT
23
24
PHP_INSTALL_HEADERS([ext/phar], [php_phar.h])
ext/phar/config.w32
@@ -34,7 +34,8 @@ if (PHP_PHAR != "no") {
34
STDOUT.WriteLine(' Native OpenSSL support in Phar disabled');
35
}
36
37
- ADD_EXTENSION_DEP('phar', 'spl', true);
+ ADD_EXTENSION_DEP('phar', 'hash');
38
+ ADD_EXTENSION_DEP('phar', 'spl');
39
PHP_INSTALL_HEADERS("ext/phar", "php_phar.h");
40
41
ADD_MAKEFILE_FRAGMENT();
0 commit comments