Anonymous | Login | Signup for a new account | 2019-12-09 22:59 CET | ![]() |
Main | My View | View Issues | Change Log | Roadmap | | Repositories |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000134 | WebSolarLog | Backend | public | 2013-07-29 09:33 | 2013-07-30 23:15 | ||||
Reporter | mfrijmann | ||||||||
Assigned To | mdiphoorn | ||||||||
Priority | high | Severity | block | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | Release 1.0.0 | ||||||||
Target Version | Release 1.1.0 | Fixed in Version | Release 1.1.0 | ||||||
Summary | 0000134: Wrong Array init makes wsl crash php <5.4 | ||||||||
Description | Utils.php row 321-324 uses [] instead of array() the [] are only allowed in php >=5.4 $owner = []; $group = []; $world = []; $rightsDigits = []; Needs to be: $owner = array(); $group = array(); $world = array(); $rightsDigits = array(); | ||||||||
Steps To Reproduce | have php <5.4 installed | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2013-07-29 09:33 | mfrijmann | New Issue | |
2013-07-29 09:33 | mfrijmann | Status | new => assigned |
2013-07-29 09:33 | mfrijmann | Assigned To | => mdiphoorn |
2013-07-29 09:58 | mfrijmann | Description Updated | View Revisions |
2013-07-30 23:03 | mdiphoorn | Note Added: 0000145 | |
2013-07-30 23:03 | mdiphoorn | Status | assigned => resolved |
2013-07-30 23:03 | mdiphoorn | Fixed in Version | => Release 1.1.0 |
2013-07-30 23:03 | mdiphoorn | Resolution | open => fixed |
2013-07-30 23:15 | Changeset attached | => SourceForge trunk r1154 |
Copyright © 2000 - 2019 MantisBT Team |