PHP 7.0.0 RC 5 - The penultimate release candidate contains fixes for 11 errors and a total of more than 100 commits. RC 6 is expected on October 29th.
Drupal 8.0.0 RC 1 - After long months of waiting and 16 beta versions, the first release candidate of the popular CMS is finally available. Let me remind you that Drupal 8 actively uses symfony components.
Php
RFC: Revisit trailing commas in function arguments - It is proposed to implement the possibility of using a comma after the last parameter in the definition of functions and when called by analogy with arrays: function myFunc($foo, $bar,) { /*... */ } available in HHVM.
RFC: Void Return Type - In PHP 7, it is now possible to declare return types . And now it is proposed to extend this feature by adding the void type, which means that the function cannot return values, including null .
Puli - The tool is built on top of Composer and allows you to manage various resources in a project: configuration files, images, CSS, translations, and others. Read more in the post , as well as in videos of the author’s report .