You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
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
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. 👍
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 likeMediaHut/build/index.php
Line 97 in 912f04f
MediaHut/build/index.php
Line 307 in 912f04f
I'm trying to use PHP 7.0
The text was updated successfully, but these errors were encountered: