[Bug 202591] www/php56-session: Unable to set hash_function even if php56-hash is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 23 11:39:43 UTC 2015


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 at FreeBSD.org
          Reporter: packet at nerdheim.de
          Assignee: ale at FreeBSD.org
             Flags: maintainer-feedback?(ale at 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.


More information about the freebsd-ports-bugs mailing list