
Fresh selection with links to news and materials. In the release: PHP 7.4.0 alpha 1, DevConfX, adopted and new RFCs from PHP Internals, a portion of useful tools, and much more.
Enjoy reading!
arrow functions , FFI, preloading and much more! A list of all changes to the UPGRADING document.
New in PHP 7.4 or in
Nikita Popov's report on PHP Russia .$i = 197_823_459; // 197823459 ?-> , which would allow making safe chains of method calls, in the case where the return value may be null : $o?->mayFail1()?->mayFail2()?->mayFail3()?->mayFail4(); // $closure = function ( ArgumentType $argument1, ArgumentType $argument2, ArgumentType $argument3, ArgumentType $argument4 ) use ($importVariable1, &$importVariable2, $importVariable3, &$importVariable4): ReturnType { // ... }; // $closure = function ( ArgumentType $argument1, ArgumentType $argument2, ArgumentType $argument3, ArgumentType $argument4 ): ReturnType { use $importVariable1, &$importVariable2; use $importVariable3, &$importVariable4; // ... };
Post in support.
Symfony CLI - a new tool for local development
Video review .
Refactoring in Actions
40 additional validation rules for Laravel
Core developer Laravel Dries Vints shows how he is Laravel's maintainite .
Interview with Alexander Makarov, Yii core team
Use Yii2. We write another CMS or an attempt to significantly speed up development with minimal overhead
WordPress Critical Vulnerability admin-ajax.php0.1 + 0.2 === 0.30000000000000004
DB Cursors in Doctrine
PHP 2019: Better Than You Think About It
PHP Meetup # 27, Minsk
Best reports PHP Russia 2019Thanks for attention!
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
More news and comments on the PHP Digest Telegram channel.
Send link
Search links for all digests
← Previous release: PHP Digest number 157
Source: https://habr.com/ru/post/456332/
All Articles