Fortyseven / MediaHut

A truly single-file, no-database, drop-in PHP media gallery.
MIT License
23 stars 2 forks source link

What are the software minimum requirements? #2

Open zelmon64 opened 2 years ago

zelmon64 commented 2 years ago

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#L307

I'm trying to use PHP 7.0

Fortyseven commented 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: