Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

TomCawthorn's avatar

Upgrading to php 5.6 on vagrant

I've had a google and search around - but it seems with the wrong phrase. I've run php -v on my vagrant box and it comes back with 5.5.15. I'm looking to update to version 5.6. I've literally just updated the box to 0.2, but this hasn't updated the php version. Any pointers would be fantastic!

0 likes
3 replies
bashy's avatar

Have you got 5.6 on the server? Should be able to change Apache or Nginx to use the version if you change the path to it. $PATH should have it in.

Please or to participate in this conversation.