Open zelmon64 opened 2 years ago
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. :+1:
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 https://github.com/Fortyseven/MediaHut/blob/912f04fd33038a7212518762fdc318d5f40c5553/build/index.php#L97 and https://github.com/Fortyseven/MediaHut/blob/912f04fd33038a7212518762fdc318d5f40c5553/build/index.php#L307I'm trying to use PHP 7.0