PHP Digest No. 156 (May 6 - 20, 2019)


    Fresh selection with links to news and materials. In the release: PHPRussia, PHP fwdays'19, WordPress 5.2, about PHP in 2019, news from PHP Internals, a portion of useful tools, and much more.

    Enjoy reading!



    News and Releases


    • PHP Russia 2019 - The conference was powerful and, I hope, will become an annual event! Photos can be viewed in FB and VK . Slides are available now, and video reports will be available soon.
    • PHP fwdays'19 - Kiev, June 1 Another great conference will be held very soon! The program is formed, among speakers: Fabien Potencier (Symfony), Marco Pivetta (ZF, Doctrine), Dmitry Naumenko (Yii), and many other speakers in 3 streams. By tradition, especially for readers of PHP Digest, a 15% discount on the promotional code: PHP-digest-fwdays .


    • WordPress 5.2 “Jaco” - In the release, the minimum version of PHP is upgraded to PHP 5.6.20, protection against fatal errors in plugins and themes, safe updates are added .

    PHP internals


    • [RFC] Change the precedence of the concatenation operator - Accepted proposal to lower the priority of the concatenation operator .. The behavior will be changed in PHP 8, and 7.4 PHP will throw a warning when using expressions .before +or -without brackets.
      echo "sum: " . $a + $b;
      // текущее поведение
      echo ("sum: " . $a) + $b;
      // поведение в PHP 8
      echo "sum :" . ($a + $b);
      
    • [RFC] Numeric Literal Separator - It is proposed to add the ability to use a character  _as a separator in numbers, to increase readability:
      $i = 197_823_459; // 197823459
      The proposal had already failed in the vote two years ago, but since then a similar feature has been added in Python, JavaScript and TypeScript.
    • audioPHP Internals News Podcast # 10 - With Nikita Popov on the Lisk Substitution Principle and Operator Priorities.

    Instruments



    Symfony



    Laravel



    Yii




    Async php



    Learning Materials



    Thanks for attention!

    If you notice a mistake or inaccuracy - please inform me in PM .
    Questions and suggestions write to mail or twitter .

    More news and comments on the PHP Digest Telegram Channel .

    Send link
    Search links for all digests
    Previous release: PHP Digest No. 155


    Also popular now: