We offer to your attention another selection with links to news and materials.
Enjoy reading!
')
News and Releases
The PHP language turned 20 years old - June 8, 1995, the Danish programmer Rasmus Lerdorf announced the first release of the Personal Home Page Tools project (PHP Tools), a small set of CGI scripts written in C. For 20 years, from a small craft PHP has grown into a tool that is used by more than 80% of all websites in the world, as well as on 5 of the top 10 sites.
At the same time, PHP has changed not only the world of web development itself, but also the lives of many people.
Developers from all over the world described their PHP history:
PHP 5.4.42 , 5.5.26 , 5.6.10 - Updates on current PHP branches. According to the plan , the term of active support for branch 5.5 will expire on June 20, which means that only security fixes will be released within a year after this period.
PHPUnit 4.7 - In a fresh release, improved coverage reports and other minor changes. In August, version 4.8 is expected, which will be the latest release with support for PHP 5.3, 5.4 and 5.5. In October, PHPUnit 5 will be released that supports only PHP 5.6 and 7.
saber / dav 3.0 - Update an open PHP implementation of a WebDAV / CalDAV / CardDAV server.
Laravel 5.1 LTS - The first release of the Laravel framework with long-term support. Under the hood, support for PSR-2, broadcast events and other improvements. Work requires PHP version 5.5.9 or higher.
RFC: JSON numeric as string - It is proposed to implement additional options when working with JSON. JSON_FLOAT_AS_STRING - makes it possible to convert real numbers to strings, and JSON_INT_AS_STRING - convert all integers to strings.
Instruments
GraPHP - Web framework focused on working with graph databases.
laruence / yaconf - Container configurations in the form of a PHP extension. Parses configuration ini-files at startup.
mybuilder / conductor - The tool allows you to manage shared repositories, that is, isolated packages inside a shared repository, as, for example, this is done in popular PHP frameworks. More in the post of the author .
HHVM Performance Results - The PHP 7 and HHVM performance race continues. This time, the HHVM team published the results of their work and presented tests in which HHVM is 55.5% faster than PHP 7 in MediaWiki, 18.7% in WordPress and 10.2 in Drupal 7. Improvements are expected in the next HHVM release.