1up-lab/OneupUploaderBundle

Software requirements

tcdaly opened this issue · 9 comments

Please clarify which versions of the software require which versions of PHP? Do later versions require PHP7?

You can see this in the composer.json file.

Version 1.x PHP 5.4 is minimum, Version 2.0.0 - 2.0.4 PHP 7.0 and > 2.0.5 PHP 7.1

Thank you. Are you sure, because I am finding return type declarations in the code of version 1.8.3, which I believe is a feature only compatible with PHP 7?

That's true. Where are this return type declarations? We removed the PHP 5.x tests in 1.8.3, so it could be the case.

I'm getting a PHP parse error in 'Oneup/UploaderBundle/DependencyInjection/Compiler/ControllerPass.ph
p' on line 10 - but I think that file may be dynamically generated by Symfony?

If you have this file (and this error), you have the 2.x version installed.

I've currently got v1.8.3 installed, but I installed the git source code because I'm hoping to make an amendment to the code.

1.8.3 has no ControllerPass.

Thanks. Not sure how that happened, but reinstalled 1.8.2 and problem has gone away.