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
1717 AC_MSG_RESULT ( [ no] )
1818 fi
1919 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)
2222 PHP_ADD_MAKEFILE_FRAGMENT
2323
2424 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") {
3434 STDOUT . WriteLine ( ' Native OpenSSL support in Phar disabled' ) ;
3535 }
3636 }
37- ADD_EXTENSION_DEP ( 'phar' , 'spl' , true ) ;
37+ ADD_EXTENSION_DEP ( 'phar' , 'hash' ) ;
38+ ADD_EXTENSION_DEP ( 'phar' , 'spl' ) ;
3839 PHP_INSTALL_HEADERS ( "ext/phar" , "php_phar.h" ) ;
3940
4041 ADD_MAKEFILE_FRAGMENT ( ) ;
You can’t perform that action at this time.
0 commit comments