Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-b1
-
Component/s: None
-
Labels:None
Description
Error:
During inheritance return type should be compatible
Affected Files:
- /vendors/blesta/h2o/h2o/nodes.php (Line 55)
- /vendors/blesta/h2o/h2o/context.php (Line 47)
Possible solution:
Add the "#[\ReturnTypeWillChange]" attribute to all the methods of the affected classes.
Error:
preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated
Affected Files:
- /vendors/blesta/h2o/h2o/parser.php (Line 274)
Possible solution:
if (preg_match($regexp . 'A', $this->source, $match, 0, $this->pos)) {
Activity
Abdy Franco
created issue -
Abdy Franco
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 5.7.0-b1 [ 11737 ] |
Paul Phillips
made changes -
Fix Version/s | 5.7.0 [ 11800 ] | |
Fix Version/s | 5.7.0-b1 [ 11737 ] |
Paul Phillips
made changes -
Fix Version/s | 5.8.0-b1 [ 11742 ] | |
Fix Version/s | 5.7.0 [ 11800 ] |
Jonathan Reissmueller
made changes -
Assignee | Jonathan Reissmueller [ jonathan ] |
Jonathan Reissmueller
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jonathan Reissmueller
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |