Back to Home

PHP Digest No. 116 - breaking news, materials and tools (August 27 - September 10, 2017) / Zfort Group blog

digest · php digest · links · PHP · Symfony · Yii · Laravel · Zend

PHP Digest No. 116 - breaking news, materials and tools (August 27 - September 10, 2017)



    Fresh selection with links to news and materials. In the release: PHP 7.2.0 RC 1, Laravel 5.5 LTS, clean PHP code, offers from PHP Internals, video from conferences and meetings, and much more.
    Enjoy reading!



    News and Releases


    • PHP 7.2.0 RC 1 - The release candidate cycle for branch 7.2 has started. A total of at least 6 issues are expected to stabilize. In the meantime, you can read what's new in PHP 7.2: herehabr and here .
    • PHP 7.0.23 , PHP 7.1.9
    • Laravel 5.5 LTS - Under the hood of filp / whoops for errors, auto -detection of packages, improved task queues, improved exceptions, front-end presets for React, and much more.
    • Behat 3.4.0 - Update of the popular BDD framework.
    • NGINX Unit - An application server from the Nginx team with PHP support has been announced.

    PHP internals


    • RFC: Operator functions - For all operators except assignment, it is proposed to add functions of the same name so that they can be used as arguments to higher-order functions:

      // Суммирует элементы массива (Эквивалент array_sum())
      $sum = array_reduce($terms, '+', 0);
      
    • Add Fiber (sackful coroutine) support - An interesting improvement of generators in PHP, which would simplify asynchronous code. Not yet formalized as a formal RFC, but there is already a draft pool request .

    Instruments



    Learning Materials



    Audio and video



    Entertaining



    Thanks for attention!

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

    Send link
    Quick search for all digests
    Previous release: PHP Digest No. 115

    Read Next