The successor to PHP 7.0. Use this tag for version-specific issues relating specifically to PHP 7.1.
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.1I 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.1I 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.1I have a relatively simple function which uses a foreach function foo($t) { $result; foreach($t as $val) { $result = dosomething($…
php arrays php-7.1I 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.1I 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