
Fresh selection with links to news and materials. In the release: PHP 7.4.0 beta 1, PhpStorm 2019.2, PSR-12, an overview of RFC offers from PHP Internals, news from Laracon US, podcasts, a portion of useful tools, and much more.
Enjoy reading!
PhpStorm 2019.2 - Typed properties of PHP 7.4, duplicate search, highlighting and regular expression checking, EditorConfig, Shell scripts and much more.
Announcement of a mitap that smoothly transforms into a BeerPHP drinkcap (in Moscow and online)
Let's play a little game with Lamoda - on August 16, PHP Quest will be held in the Moscow office of Lamoda. To participate, you must fill out a questionnaire and solve the puzzle by August 5.function byRef(&$ref) {...} byRef($var); It is proposed to make it possible to explicitly indicate the transfer by reference. Thus warning the developer that the passed variable will change: function byRef(&$ref) {...} byRef(&$var); declare(); in each file. This can be convenient, especially if strict_operators are accepted. namespace_declare('Vendor\Lib', [ 'strict_types' => 1, 'strict_operators' => 1, ... ]); <? . However, after it was adopted, indignation and debate rained down. This RFC offers a milder way: if the short_open_tag option is enabled in php.ini, then the first time you use <? Notice will be thrown. Despite the fact that PHP 7.4 is already in beta, if accepted, the implementation will be delayed with the permission of release managers.
Install and configure Sonata Admin on Symfony 4
Taylor's performance at Laracon US :
Laravel Event Projector and Event Generation Concept.
We prepare PHP. How do while, foreach, array_walk and some other scary words work.
Development for Docker. Local environment. Part 2 - Nginx + PHP + MySql + phpMyAdmin.
Five-Minute PHP # 57 - With impressions from ICFPC 2019 reviews and about the first steps in
Mini AI Cup 4 by Mail ru.Thanks for attention!
')
If you notice a mistake or inaccuracy - please inform me in PM .
Questions and suggestions write to mail or twitter .
More news and comments on the PHP Digest Telegram Channel.
Send link
Search links for all digests
← Previous release: PHP Digest No. 160
Source: https://habr.com/ru/post/461669/
All Articles