Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 20:57:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197932] PhP55-sessions fail to load
Message-ID:  <bug-197932-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 197932
           Summary: PhP55-sessions fail to load
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: brads@nyctelecomm.com

I have just performed a fresh FreeBSD install with LAMP and I have PhP55
requirements for using password_hash().
I am using the correct php.ini  https://bpaste.net/show/2c7e7acba91d  as
indicated in phpinfo  https://bpaste.net/show/7769ad2c65f6 but PhP info does
not reflect the loaded modules.
Loaded modules ->  https://bpaste.net/show/11782f6e7a63

error:

Fatal error: Call to undefined function session_start() in blah.php on line 2

code use to test:

<?php
session_start();
?>

-- 
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-197932-13>