Top "Php-7" questions

PHP 7 is the successor to PHP 5.6, it was released on December 3, 2015.

What´s up with multithreading in php 7

I have read that one of expected features of PHP 7 is native Multithreading (http://www.phpzag.com/php-7-expected-features-for-php-7/) but …

multithreading php-7
Anonymous classes in PHP 7

Where can i use and should i use anonymous classes that are presented in PHP 7 ? I can't find a use …

php anonymous-class php-7
C#'s null coalescing operator (??) in PHP

Is there a ternary operator or the like in PHP that acts like ?? of C#? ?? in C# is clean and …

php ternary-operator null-coalescing-operator php-7
Correct way to handle PHP 7 return types

I'm busy creating an application and i want to use the PHP 7 return types. Now I read on php.net …

php oop php-7
How do I enable the intl extension in CakePHP?

I am using CakePHP 3 and MAMP Pro server for my project. When I am trying to bake the cake, this …

cakephp-3.0 php-7 php-extension mamp-pro intl
PHP7 + Symfony 2.8, Failed to write session data

i compiled php7 on my own (974f6c2a705). if i run php7 + php-fpm + nginx using symfony i get this …

php symfony php-7
PHP7 method_exists Uncaught Error: Function name must be a string

I am getting this error: Fatal error: Uncaught Error: Function name must be a string in For this code: if (…

php operator-precedence php-7
Installing libapache2-mod-php7.1

I installed Apache 2.4.27 and PHP 7.1.7 from source, but I don't find a tip about how to install libapache2-mod-php7.1 or …

apache php-7 mod-php
Unable to load dynamic php_mbstring.dll library

I am checking for my php version using php -v command in console and I am getting a WARNING below …

php-7 ubuntu-16.04
PHPDocumentor 2 and PHP 7 with opcache issues in Doctrine

Hopefully someone here knows a thing or 2 about this. Short Question I am running into an error using phpdoc on …

php phpdoc php-7 opcache phpdocumentor2