Top "Php-7.1" questions

The successor to PHP 7.0. Use this tag for version-specific issues relating specifically to PHP 7.1.

Serving PHP files as downloads, instead of executing them

I recently installed nginx and php 7.0.16 in my machine, but for some reason nginx downloads php files, rather than executing …

nginx php-7 php-7.1
Enable PHP7 apache module - apache 2.4 - Linux Ubuntu 14

I have problem to use PHP 7.1 with apache. I installed PHP 7.1: apt-get install php7.1 I installed the PHP 7.1 apache module : …

apache php-7.1
Install Xdebug extension only for PHP7.1

I have PHP 7.1 on Ubuntu 16.04 installed. When I'm trying to install Xdebug by using apt-get install php-xdebug, I'm getting xdebug.…

php xdebug ubuntu-16.04 php-7.1
Homebrew PHP 7.1 (macOS Sierra) Apache Syntax Error

So I've been following along with This Tutorial, which helps configure Apache 2.4 with multiple versions of PHP. Everything was going …

php apache homebrew php-7.1
PHP can not load Imagick library - PHP Startup: Unable to load dynamic library

I have High Sierra OS - Version 10.13.6 PHP Version: PHP 7.1.9 when I try to do command php -v always appear …

php macos imagick php-7.1
PHP Traversable type hint

I have a relatively simple function which uses a foreach function foo($t) { $result; foreach($t as $val) { $result = dosomething($…

php arrays php-7.1
Can't catch exceptions in laravel

I have the following situation: try { DB::beginTransaction(); $task = new Task(); $task->setTracker(""); //thrown \Symfony\Component\Debug\Exception\FatalThrowableError …

php laravel try-catch laravel-5.4 php-7.1
Homebrew PHP appears not to be linked. - Valet

I had a problem which appeared all of the sudden saying: Unable to determine linked PHP. which I could not …

php laravel php-7.1 laravel-valet
Integrating new version of PHP in NetBeans

A month ago PHP 7.1 was released. I've just installed it in my system, running '#php -version' returns me 'PHP 7.1.0…

php netbeans debian php-7.1