diff options
Diffstat (limited to '')
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 | ||||
-rwxr-xr-x | source/n/php/php.SlackBuild | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index f2df19410..27ad5a9c9 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.2.13.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.2.13.tar.xz +lftpget http://us.php.net/distributions/php-7.2.14.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.2.14.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index 2e142fd8f..62e3de5c7 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -241,6 +241,7 @@ CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1" \ --with-pic \ --enable-phpdbg \ --with-sodium \ + --with-password-argon2 \ --without-readline \ --with-libedit \ --build=$ARCH-slackware-linux || exit 1 |