
Fresh selection with links to news and materials. In the release: PHP 7.2.0 Alpha 2, a couple of new RFCs, materials from YiiConf and FWDays, PHP rootkits, and much more.
Enjoy reading!
 News and Releases
 News and Releases Php internals
 Php internalstry { somethingSketchy(); } retry 3 (RecoverableException $e, $attempt) { echo "Failed doing sketchy thing on try #{$attempt}. Retrying..."; sleep(1); } catch (RecoverableException $e) { echo $e->getMessage(); }  try { somethingSketchy(); } catch (RecoverableException $e) retry; // Go to top of try block } ?? added in PHP 7.0: if ($_POST["action"]?? === "submit") { // Form submission logic } else { // Form display logic }  Instruments
 Instruments Study materials
 Study materials Symfony 4: application structure
 Symfony 4: application structure Symfony 4: Testing the symfony Flex plugin
 Symfony 4: Testing the symfony Flex plugin Create faster and more optimized WordPress sites
 Create faster and more optimized WordPress sites Create your own custom Style plugin - Theming Views in Drupal 8
 Create your own custom Style plugin - Theming Views in Drupal 8 Deploy PHP Application with Docker
 Deploy PHP Application with Docker PHP user types
 PHP user types
 PHP fwdays '17: How it all went and video reports
 PHP fwdays '17: How it all went and video reportsThanks for attention!
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
Send link
Quick search in all digests
← Previous release: PHP Digest number 110
Source: https://habr.com/ru/post/331630/
All Articles