Skip to content

Commit

Permalink
fix inc/php_configure.inc PHP 7+ argon2 fix in 123.09beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Dec 29, 2018
1 parent f64cd56 commit 5a82b16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/php_configure.inc
Expand Up @@ -381,6 +381,8 @@ if [[ "$PHP_LIBZIP" = [yY] ]] && [[ "$PHPMVER" = 7.2 || "$PHPMUVER" = 7.2 || "$P
cecho "Download done." $boldyellow
fi
fi
# rm -rf phc-winner-argon2-${LIBARGON_VER}
rm -rf "/usr/local/${LIBDIR_ARGONSODIUM}/libargon2.so"
tar xzf ${LIBARGON_VER}.tar.gz
cd phc-winner-argon2-${LIBARGON_VER}
make clean
Expand Down

0 comments on commit 5a82b16

Please sign in to comment.