
Fresh selection with links to news and materials. In the release: PHP 7.2.0 RC6, PHP-FIG news, a couple of adopted RFCs for PHP 7.3, a portion of useful tools, materials on asynchronous PHP, and much more.
Enjoy reading!
New HTTP response code - 103var_dump( $foo, $bar, $buz, ); <?php $values = [<<<EOT a b c EOT, 'de f'];
Comparison of PHP 7.1 and 7.2 performance (on Docker and Symfony Flex)
Yii 2.0.13
Self-testing system with alerts on Laravel + Bitbucket + HipChat
Create a server for streaming video - Chapter from a book on asynchronous PHP . <?php return [ 'times2' => function (int $x): int { return $x * 2; }, 'answer' => function (): int { return 42; } ]; <?php ['times2' => $mul] = require 'foo.php'; var_dump($mul(21)); // int(42)
How to connect Monolog and ELK
MySQL optimization: indices, slow queries, configuration
Levenshtein distance in MySQL and fuzzy search algorithms using PHP
PHP OPCache is to blame?
Golang, PHP, Film Search and Telegraph - What unites them?Thanks for attention!
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
Send link
Search links for all digests
← Previous release: PHP Digest number 119
Source: https://habr.com/ru/post/342742/
All Articles