PHP Digest # 188 (September 7 - 21, 2020)



Fresh selection with links to news and materials. In Release: PHP 8 Beta 4, PHP Community Consolidation Initiative, PHP concept for GraalVM, generics proposal at Internals, helpful tools, videos, podcasts, articles.



Enjoy reading!



News and releases





PHP Internals



  • (eliding generics) β€” Brent Roose, Laravel PHP, PHP , .



    , :
    class Collection<T> {
    
        public function add(T $item) { ... }
    
    }
    $c = new Collection<Product>().
    


    IDE . :
    class Collection {
    
        public function add(mixed $item) { ... }
    
    }
    $c = new Collection().
    




    . Hack. Python, , .
  • Observer API β€” PHP 8 API . Xdebug, APM- New Relic, Tideways, . .



    API PHP Internals News #68 Levi Morrison Sammy K Powers.






Symfony





Laravel





Yii





Async PHP





phpstorm PhpStorm











/







  • PHP 8

    PHP 8

  • White ConFoo elePHPant - Pre-order for elephants of jokers with PHP 8 logo. Minimum order 6 pieces.







Thank you for attention!



If you notice an error or inaccuracy, please let us know in a personal .

Questions and suggestions write to mail or twitter .



More news and comments on the PHP Digest Telegram channel .





Send link

Search links in all digests

← Previous issue: PHP-Digest β„– 187




All Articles