CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/09/13 08:15:12
Modified files:
lang/php/5.6 : Makefile
lang/php/5.6/patches: patch-ext_session_session_c
Log message:
php/5.6 had a patch to use arc4random_buf rather than /dev/urandom for entropy
for generated session ids, but it missed actually mixing it in. repair.
simplified from an older diff by martijn@
