PHP version 8.2 was released

From popular server side scripting language PHP vas released version 8.2

PHP(short for Hypertext PreProcessor) is the most widely used open source and general purpose server side scripting language used mainly in web development to create dynamic websites and applications. WordPress also is running on PHP.

PHP 8.2 comes with numerous improvements and new features such as:

  • Readonly classes
  • Disjunctive Normal Form (DNF) Types
  • New stand-alone types: null, false, and true
  • New “Random” extension
  • Constants in traits
  • Deprecate dynamic properties
  • And much much more…

Together with this also PHP development team droped support and future security updates for last PHP 7, 7.4 version. It is suggested for everyone to switch PHP version in their server at least to PHP 8.0 version.

Leave a Reply