-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Syntax Error Standalone Build #11
Comments
Hello temporarily as a fix you can build your own phar archive :
or ugrade your version of php (>=7.1.3) if you want to use the phar archive (progpilot_v0.4.0.phar) provided I will try to fix the use of dependencies as soon as possible Eric |
Thanks you for this accurate and quick answer. In my case and for now, I don't want to upgrade my php version. Upon doing this, i've found problem with the bash's build script you provided me : Command build not definedRunning the script, it throws this error :
I don't know what to do from there, have you got any ideas ? Paul |
Have you downloaded the latest release of https://github.com/clue/phar-composer/releases ? Otherwise you could try this new archive : Eric |
Hello, I've tried with https://github.com/clue/phar-composer and everything works properly now. Thank you a lot for your support, i'll now enjoy using Progpilot ! Paul |
Hey there,
I've found the closed #10 issue that seems really close to mine, the only difference is that i'm running a Debian machine.
php's version :
$ php -v
PHP 7.0.30-0+deb9u1 (cli) (built: Jun 14 2018 13:50:25) ( NTS )
What I Did
$ wget https://github.com/designsecurity/progpilot/releases/download/v0.4.0/progpilot_v0.4.0.phar
$ php progpilot_v0.4.0.phar
What I Got
PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in phar:///.../progpilot_v0.4.0.phar/vendor/symfony/console/Output/Output.php on line 40
Did I do something obviously wrong ?
The text was updated successfully, but these errors were encountered: