Installing custom php version 7.0.6

Hello,

There are some bugs in PHP 7.0.3-7.0.5 may i know if i can install v 7.0.6 manually? will there be any conflict?

Thanks

@rdhingra2 We use this php7 repository in our EasyEngine build. By default this repo installs PHP v7.0.8. In case if you are facing any issue with the PHP installation then you can create an issue here.

Thank you.

hello, system is still showing Php 7.0.5 even after updating ee to 3.7.1

this is what i get when i check php version

PHP 7.0.5-2+deb.sury.org~trusty+1 (cli) ( NTS ) Copyright © 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright © 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright © 1999-2016, by Zend Technologies

Did you upgrade stack after ee update?

ee stack upgrade --all
apt-get upgrade

nope … will try thanks for the tip!

Hi @rdhingra2

Updating Easyengine won’t upgrade any stack packages. To upgrade PHP to latest version try the solution given by @janiosarmento .

or only for php7 packages

ee stack upgrade --php

@Prabuddha thanks for letting me know!

ee stack upgrade --php7 is not valid command

Okay my mistake.

ee stack upgrade --php

is the command.

1 Like