cbassett03 Posted September 3, 2014 Share Posted September 3, 2014 Does anyone know how I can go about downloading a specific build of PHP on a Raspberry Pi running Raspbian? I want to try to create a development/testing webserver using the Pi, but I want it to have the same versions of PHP and MySQL that are on my actual production server (which is shared hosting using a web host). So far, using apt-get, all it does is install the latest version available, which I don't want to do. I want a specific version to closely imitate the actual production server. Ideas? Quote Link to comment https://forums.phpfreaks.com/topic/290817-installing-specific-version-of-php-on-raspberry-pi-raspbian/ Share on other sites More sharing options...
jazzman1 Posted September 3, 2014 Share Posted September 3, 2014 You need to download the same archive versions of php, apache and mysql, which your shared hosting has compiling them from source files. That process is not easy for beginners. Quote Link to comment https://forums.phpfreaks.com/topic/290817-installing-specific-version-of-php-on-raspberry-pi-raspbian/#findComment-1489732 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.