News


02/15/2023 - 02:00

Yii Error Handler package got a major release. There a few changes and improvements:

  • PHP version raised to ^8.0;
  • configuration group names adapted to Yii conventions;
  • explicitly added transitive dependencies ext-mbstring, psr/http-factory and psr/http-server-handler.




02/14/2023 - 19:50

The PHP development team announces the immediate availability of PHP 8.1.16. This is a security release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.

All PHP 8.1 users are advised to upgrade to this version.





02/14/2023 - 17:52

The PHP development team announces the immediate availability of PHP 8.2.3. This is a security release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.

All PHP 8.2 users are advised to upgrade to this version.





02/14/2023 - 16:13

The PHP development team announces the immediate availability of PHP 8.0.28. This is a security release
that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.

All PHP 8.0 users are advised to upgrade to this version.





02/14/2023 - 09:19

Yii Error Handler package got a major release. There a few changes and improvements:

  • PHP version raised to ^8.0;
  • configuration group names adapted to Yii conventions;
  • explicitly added transitive dependencies ext-mbstring, psr/http-factory and psr/http-server-handler.




02/14/2023 - 06:31


Padlock is a Laravel Zero command by Daniel Mason for encrypting and decrypting environment files powered by Laravel's encryption commands.
The post Encrypt environment files with Padlock appeared first on Laravel News.





02/14/2023 - 02:00

Version 2.0 of Yii Session package was released. There a few changes and fixes:

  • configuration group names adapted to Yii conventions;
  • returns correct session name when used custom name and call Session::getName() before session open.