PHPダイジェスト#189(2020年9月21日から10月5日)



ニュースや資料へのリンクを含む新鮮なセレクション。リリース:PHP 8.0 RC 1および内部関数パラメーターの名前変更、PhpStorm 2020.3 EAP、複数行の短いラムダ、プロパティグループの属性およびその他のPHP Internalsニュース、便利なツール、記事、ストリーム、ポッドキャストの一部。



読書を楽しむ!





ニュースとリリース



  • PHP 8.0.0 RC 1 — - 8. 4 - 15 .



    core- . PDO. .
  • PhpStorm 2020.3 EAP — . PHP 8 — . Xdebug 3, PHPStan/Psalm ( ), Guzzle HTTP- .
  • PHP 7.2.34
  • PHP 7.3.23
  • PHP 7.4.11
  • ru phpcommunity.ru — PHP-, -.
  • Hacktoberfest 4 - .



    - , - readme. PR. DigitalOcean - , ‘hacktoberfest’.



    , - issues #hacktoberfest PHP-.


PHP Internals



  • 小切手 [PR] Attributes on property groups — , , .
    class FooBar {
        #[NonNegative]
        public int $x, $y, $z;
    }
    
  • 小切手 [PR] Attributes and strict typesstrict_types=1.
  • [PR] OPCache: Direct execution opcode file without php source code file — PR, . , - Java .pyc / .pyo.



    , PHP- . .phar, .



    . PHP . -, PHP 7.4.22 segfault PHP 7.4.23. — .
  • [PR] Multiline arrow functions — , PHP 7.4, . - :
    $guests = array_filter($users, fn ($user) => {
    
      $guest = $repository->findByUserId($user->id);
    
    
      return $guest !== null && in_array($guest->id, $guestsIds);
    
    });
    


    , use.



    , =>:
    fn() => {}
    fn() {}




  • thephpleague/event 3.0.0 — PSR-14.
  • terrylinooo/simple-cache — PSR-16 , Redis, MySQL, SQLite, APC, APCu, Memcache, Memcached WinCache.
  • Code With Me (EAP) — IDE JetBrains.
  • Bolt 4.0 — CMS Symfony- .


Symfony



  • Symfony 5.2 PHP 8 — : #[Route('/path', name: 'action')] , #[Required] .
  • Symfony.
  • Symfony #718 (28 — 4 2020)


Laravel



  • spatie/laravel-typescript-transformer — PHP Typescript . .
  • habr Laraveldrandin/closure-table-comments
  • habr , ORM
  • habr Laravel 8
  • habr Laravel Jetstream —
  • habr Laravel– (28 – 4 2020)
  • PHP Laravel Spatie
  • ビデオ Laravel Worldwide Meetup #3: Yaz Jallad — PhpStorm. PHP Russia.


Yii



  • W3C WordPress CraftCMS, Yii 2. , .


Async PHP



  • micc83/mailamie — SMTP- . ReactPHP.




  • IDE , ? — , .
  • @.
  • , .
  • .gitattributes PHP-.
  • PHP?« Rust», Psalm PHP . : «there’s never been a better time to start a new PHP project».
  • habr PHP. ?
  • habr php-developer 2020.


/



  • ビデオ PHP- Xdebug — C Xdebug.
  • ビデオ c rectorphp/rector.
  • ruオーディオ № 11 — () PHP , , .
  • ruビデオ — Yii 3 .
  • ビデオ - PHP 8 — Brent Roose Freek Van der Herten .







清聴ありがとうございました!



エラーや不正確さに気付いた場合は、個人でお知らせください

質問や提案はメールツイッターに書いてください



PHPダイジェストテレグラムチャネルに関するその他のニュースとコメント



リンクの送信

すべてのダイジェストでリンクを検索

前号:PHP-ダイジェスト#188




All Articles