Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2015 11:39:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202591] www/php56-session: Unable to set hash_function even if php56-hash is installed
Message-ID:  <bug-202591-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202591

            Bug ID: 202591
           Summary: www/php56-session: Unable to set hash_function even if
                    php56-hash is installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ale@FreeBSD.org
          Reporter: packet@nerdheim.de
          Assignee: ale@FreeBSD.org
             Flags: maintainer-feedback?(ale@FreeBSD.org)

If in php.ini, session.hash_function is set to sha256 and php56-session and
php56-hash are installed, the SHA-256 hash function should be used for session
cookies. However, this does not work leaving the user with only MD5 and SHA-1
choices and defaulting to MD5.

According to https://bugs.php.net/bug.php?id=65315, php56-session should be
build with --enable-hash and the port should probably runtime-require the
php56-hash port, if the hash functions are not linked into the session module.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202591-13>