PHP Digest number 92 - interesting news, materials and tools (August 29 - September 11, 2016)
We offer to your attention another selection with links to news and materials.
Enjoy reading!
News and Releases
PHP 7.1.0 RC 1 - The release of 7.1 candidates has started. Expected total at least 6 issues for stabilization. The final release is scheduled for release by the end of the year.
JIT for PHP - Dmitry Stogov announced the start of work on the implementation of JIT in PHP. Sources are available here . The code can be compiled and tested as usual PHP. However, at this stage, the performance gain JIT does not. It is planned to get the result for the next version of PHP, probably 8.0. We wish Dmitry and the team good luck!
RFC: Add PHP Engine Identifier Constant - It is proposed to add a constant PHP_ENGINE , the value of which would indicate the type of engine ( php / hhvm , etc.). And also optionally some more PHP_(*_)ENGINE(_ID) , which will PHP_(*_)ENGINE(_ID) version information.
php-vcr / php-vcr - Records HTTP calls in your tests and then “plays” the answers in time for subsequent test launches, thereby speeding up launches and determining the result.
markrogoyski / math-php - Mathematical library for PHP. Implemented possibilities for working with matrices / vectors, numerical analysis, statistics, and more.