Top "Php-7.4" questions

For questions specific to the usage and features of version 7.4 of PHP.

Message: Trying to access array offset on value of type null

I'm getting this error on multiple occasion in a script (invoiceplane) I have been using for a few years now …

php php-7.4
Array and string offset access syntax with curly braces is deprecated

I've just updated my php version to 7.4, and i noticed this error pops up: Array and string offset access syntax …

php php-7.4
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
Trying to access array offset on value of type bool in PHP 7.4

I just upgraded my server's PHP version to PHP 7.4.1 and now getting this error: Notice: Trying to access array offset …

php php-7.4
PHP 7.4 deprecated get_magic_quotes_gpc function alternative

I am encountered with the situation where one of my old code is using get_magic_quotes_gpc() which is …

php deprecated php-7.4
Trying to access array offset on value of type null

Migrating from php 7.1 to 7.4. We have like 500 functional tests for an API, and some of them started to fail with …

php php-7.4
Update PHP to 7.4 macOS Catalina with brew

I try to update my PHP version to 7.4 on macOS Catalina with brew. I did brew install [email protected] If I …

php macos homebrew php-7.4
Why I am suddenly getting a "Typed property must not be accessed before initialization" error when introducing properties type hints?

I have updated my class definitions to make use of the newly introduced property type hints, like this: class Foo { …

php doctrine-orm php-7 type-hinting php-7.4
Laravel - Trying to access array offset of value of type int

I have an issue when I try to submit post requests to the database. The interesting thing is, that the …

php laravel laravel-6 php-7.4
How can I install ziparchive on php 7.4?

I am running Virtuamin on centos 7, I am unable to install ziparchive on php 7.4, but when I switch to php 7.2, …

apache virtualmin php-7.4 php-zip-archive