Dear customers and visitors of the site!

Today added support for PHP 7.4. Now on GLOBALNET hosting you can use PHP v7.4 on absolutely all tariffs.

What's conceptually new in this version of PHP 7.4:

Key changes for the upcoming version:

  • Typed Class Properties
  • Preload for better performance
  • Arrow functions for short writing anonymous functions
  • Assigning union operator with null (?? =)
  • Covariance / contravariance in legacy method signatures
  • An external function interface that opens up new possibilities for developing extensions in PHP
  • Unpacking operator in arrays