Need to install PHP 7.0

Hello guys,

I’m a web developer curently working from sometime on a zend 1 project. When I first installed parrot I was able to install PHP 7.0. Unfortunately my project works only on 7.0 (not above 7.1,7.2.7.3).
I needed to install php7.0-curl extension but it seems I messed up my LAMP installation.

So after that I purged all PHP and tried to reinstall it but now it seems only 7.2 and 7.3 is available in my current parrot install. Tried with something like DOTdeb for adding support to 7.0 but I just get broken dependencies problems over and over again.

Beeing my work project I need to get ack to 7.0 … is there any posibility in doing this ? … I know that I maybe broke some support guideliness but it’s kind of urgent … my boss is breaking my balss with this :frowning:

Please help
Thanks,
Claudiu

#cat /etc/*-release
DISTRIB_ID=Parrot
DISTRIB_RELEASE=4.6
DISTRIB_CODENAME=stable
DISTRIB_DESCRIPTION=“Parrot 4.6”
PRETTY_NAME=“Parrot GNU/Linux 4.6”
NAME=“Parrot GNU/Linux”
ID=parrot
ID_LIKE=debian
VERSION=“4.6”
VERSION_ID=“4.6”
HOME_URL=“https://www.parrotsec.org/
SUPPORT_URL=“https://community.parrotsec.org/
BUG_REPORT_URL=“https://nest.parrotsec.org/

You should be able to get older versions from their site https://www.php.net/releases/index.php

Not sure if they are debianized or if they would work properly.

You can get a packaged debian version here https://packages.debian.org/stretch/php7.0 but because its so old, im not sure if you will be able to satisfy any dependency’s it might have.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.