I have some problems with installing a php 7 64bits or any php that uses 64bits .
I require 64 bits because the value that is returning to my DB is too big for a 32 bits and I can't make it smaller to fit for a 32 bits .
Can anyone give me an tutorial for a installation of php 7 64bits for Debian 7 ?
I tried using this :
`apt-get install -y php7.0 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: php7.0 : Depends: libapache2-mod-php7.0 but it is not going to be installed or php7.0-fpm but it is not going to be installed or php7.0-cgi but it is not going to be installed Depends: php7.0-common but it is not going to be installed E: Unable to correct problems, you have held broken packages.`
And this is the repository add-apt-repository ppa:ondrej/php