Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.4.0-b1
-
Component/s: None
-
Labels:None
Description
On php v7.2+, php issues new warnings/errors when attempting to call ini_set to set session values when the session is currently active.
- Update session handling to no longer allow for session options to be set while the session is active
Activity
Tyson Phillips (Inactive)
created issue -
Automated transition triggered when Tyson Phillips (Inactive) created a branch in Stash -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Tyson Phillips (Inactive)
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 41 minutes [ 2460 ] | |
Worklog Id | 11481 [ 11481 ] |
Tyson Phillips (Inactive)
made changes -
Description |
On php v7.2+, php issues new warnings/errors when attempting to call _ini_set_ to set session values when the session is currently active.
# Update session handling to no longer allow for session options to be set while the session is active |
On php v7.2+, php issues new warnings/errors when attempting to call _ini\_set_ to set session values when the session is currently active.
# Update session handling to no longer allow for session options to be set while the session is active |
Tyson Phillips (Inactive)
made changes -
Time Spent | 41 minutes [ 2460 ] | 3 hours, 57 minutes [ 14220 ] |
Worklog Id | 11484 [ 11484 ] |
Tyson Phillips (Inactive)
made changes -
Status | In Progress [ 3 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
No changes needed in Blesta itself, just with minphp/session and minphp/bridge