Top "Php-7" questions

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

PHP 7: Missing VCRUNTIME140.dll

I have an error when I start PHP 7 on Windows. When I run php on the command line, it returns …

php windows dll php-7
How do I install the ext-curl extension with PHP 7?

I've installed PHP 7 using this repo, but when I try to run composer install, it's giving this error: [package] requires …

php curl php-7
How can I enable the MySQLi extension in PHP 7?

I have installed PHP 7 and MySQL 5.5.47 on Ubuntu 14.04 (Trusty Tahr). I have checked installed extension using: sudo apt-cache search php7…

php mysql mysqli php-7
PHP7 : install ext-dom issue

I'm running laravel 5.4 on Ubuntu 16.04 server with PHP7. trying to install cviebrock/eloquent-sluggable package throw some error: pish@let:/home/…

laravel composer-php laravel-5.4 php-7
PHP 7 RC3: How to install missing MySQL PDO

I am trying to setup webserver with PHP 7 RC3 + Nginx on Ubuntu 14.04 (for test purposes). I installed Ubuntu in Vagrant …

php mysql ubuntu pdo php-7
"Call to undefined function mysql_connect()" after upgrade to php-7

After I upgraded php5 to php7, I get an error 500 with PHP Fatal error: Uncaught Error: Call to undefined function …

php debian php-7
PHP 7 simpleXML

I'm testing PHP7, and have a weird issue after a recent update. SimpleXML should be enabled by default, and my …

php simplexml php-7
mcrypt is deprecated, what is the alternative?

The mcrypt-extension is deprecated will be removed in PHP 7.2 according to the comment posted here. So I am looking for …

php encryption passwords php-7 mcrypt
PHP ternary operator vs null coalescing operator

Can someone explain the differences between ternary operator shorthand (?:) and null coalescing operator (??) in PHP? When do they behave differently …

php php-7 ternary-operator null-coalescing-operator
What is the difference between fastcgi and fpm?

I am trying to install php with fpm on macports. I read somewhere that fpm means FastCGI process manager. Does …

php php-7 fastcgi php-7.4 mod-fastcgi