CVSROOT:        /cvs
Module name:    ports
Changes by:     st...@cvs.openbsd.org   2019/06/03 07:43:27

Modified files:
        lang/php       : Makefile.inc 
        lang/php/7.2   : Makefile 
        lang/php/7.3   : Makefile 

Log message:
build php 7.2/7.3 with support for argon2 in password_hash().
for some reason password_hash requires libargon2 even though php has
access to the argon2 functions from libsodium. prompted by a mail
from Heiko Zimmermann.

(also note, there is a separate sodium_crypto_pwhash_str function
which was already available and doesn't depend on libargon2)

Reply via email to