Top "Php-7.2" questions

Use this tag for version-specific issues relating specifically to PHP 7.2.Use with the [php] tag

What do strict types do in PHP?

I've seen the following new line in PHP 7, but nobody really explains what it means. I've googled it and all …

php php-7.2 strong-typing weak-typing
PHP 7.2 - Warning: count(): Parameter must be an array or an object that implements Countable

I just upgraded my PHP installation from version 5.6 to 7.2. I used the count() function on my login page like so: …

php session post count php-7.2
Connecting php 7.2 to MS SQL using sqlsrv

I'm trying to get a connection to MS SQL up and running via PHP on my machine. I'm running IIS, …

php sql-server sqlsrv php-7.2
PHP 7.2.7 warning: Use of undefined constant

So after I click submit on my index.php resgitration form. It all went good name, email, and password is …

php-7.2
PHP 7.2 Warning: "Cannot change session name when session is active"

Since PHP on our server was upgraded to 7.2 from 7.0. I am getting the following warning (which leads to error) if …

php session cookies php-7.2
Silence "Declaration ... should be compatible" warnings in PHP 7

After upgrade to PHP 7 the logs almost choked on this kind of errors: PHP Warning: Declaration of Example::do($a, $…

php php-7 php-7.2 php-7.1 php-7.0
Install phpredis MAC OSX

Can anyone help me install php-redis in MAC OSX . brew install php-redis not working. pecl install php-redis also not working …

php macos redis php-7.2
PHP 7.2 with mcrypt in Windows

There are some huge legacy systems whose dependencies on PHPs' mcrypt are extremely important and vital (including the data storage …

php windows mcrypt php-7.2
sudo: pecl7.2-sp: command not found

I need to install GeoIP on PHP 7.2 . For this I am using following commands - sudo apt-get -y install gcc …

apache apache2 apt-get php-extension php-7.2
PHP 7.2 and modules 'dom', 'mbstring', and 'simplexml'

I installed PHP 7.2 on my server and everything works fine except these three issues: I face these problems: The PHP …

php dom simplexml php-7.2 mbstring