Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

What are the software minimum requirements? #2

Open
zelmon64 opened this issue May 10, 2022 · 1 comment
Open

What are the software minimum requirements? #2

zelmon64 opened this issue May 10, 2022 · 1 comment
Assignees

Comments

@zelmon64
Copy link

What are the requirements? I'm getting a lot of
PHP Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) errors for lines like

$userPath = array_key_exists('path', $_GET) ? $_GET['path'] : '';
and
$CurrentBlock['interrupted'] = (isset($CurrentBlock['interrupted'])

I'm trying to use PHP 7.0

@Fortyseven
Copy link
Owner

I used 8.1.2 for development on this, but it had been a while since I'd worked with PHP from scratch, so I wasn't really focusing on version differences and compatibility.

I'll update the docs to indicate this, but also try and avoid the newer features so it's more compatible. 👍

@Fortyseven Fortyseven self-assigned this May 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants