File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ if test "$PHP_PHAR" != "no"; then
17
17
AC_MSG_RESULT ( [ no] )
18
18
fi
19
19
fi
20
- PHP_ADD_EXTENSION_DEP(phar, hash, true )
21
- PHP_ADD_EXTENSION_DEP(phar, spl, true )
20
+ PHP_ADD_EXTENSION_DEP(phar, hash)
21
+ PHP_ADD_EXTENSION_DEP(phar, spl)
22
22
PHP_ADD_MAKEFILE_FRAGMENT
23
23
24
24
PHP_INSTALL_HEADERS([ ext/phar] , [ php_phar.h] )
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ if (PHP_PHAR != "no") {
34
34
STDOUT . WriteLine ( ' Native OpenSSL support in Phar disabled' ) ;
35
35
}
36
36
}
37
- ADD_EXTENSION_DEP ( 'phar' , 'spl' , true ) ;
37
+ ADD_EXTENSION_DEP ( 'phar' , 'hash' ) ;
38
+ ADD_EXTENSION_DEP ( 'phar' , 'spl' ) ;
38
39
PHP_INSTALL_HEADERS ( "ext/phar" , "php_phar.h" ) ;
39
40
40
41
ADD_MAKEFILE_FRAGMENT ( ) ;
You can’t perform that action at this time.
0 commit comments