php-7-debian icon indicating copy to clipboard operation
php-7-debian copied to clipboard

Install PHP 7 on Debian/Ubuntu

Results 11 php-7-debian issues
Sort by recently updated
recently updated
newest added

> configure: WARNING: unrecognized options: --with-gd, --with-jpeg-dir, --enable-wddx, --enable-zip, --without-libzip when building 7.4.5.

Hi @kasparsd Thanks for this great script, I already got php 7.3.5 working on my debian wheezy machine. However, when I try to modify the build.sh script and add "--with-freetype-dir=/usr/include/freetype2/freetype"...

Found this error during installation `configure: error: ICU version 4.0 or later required` Strange error because libicu 4.8 was installed. So I solved by attaching to configure line `--with-icu-dir=/usr`

To finish the build i put --without-pear \ and finish the install.

I have followed the instructions and when running the ./build.sh command it runs a series of checks and ends on this error: make: *** No targets specified and no makefile...

Use `--with-libzip` and install `libzip-dev` as a dependancy. ``` checking libzip... no checking for the location of zlib... /usr configure: WARNING: ======================================================== configure: WARNING: Use of bundled libzip is deprecated...

In PHP 7.2 the following configuration options are no longer supported - `with-mcrypt` - `with-mysql` Should these be replaced with something else?

I'm not sure how to go above upgrading to the latest PHP version (even a minor version e.g. from 7.1.6 to 7.1.8) Would it be required to remove existing PHP...

help wanted
documentation

I just tested this on my machine, but I don't know if it should be a new branch, as it probably doesn't work on Wheezy. ``` vagrant@aboutyou:~/php-7-debian$ sudo service php7-fpm...