PHP Supported Versions 4 7.1 Security Only until Dec 1, 2019 4 7.2 & 7.3 Active Development 4 7.4 is underway (~Dec 2019, last 7 branch) 4 8.0 in 2020 More Info: 4 http://php.net/supported-versions.php
PHP RFC: Deprecate PHP Short open tags (in voting - likely, 7.4) Deprecate and disable short_open_tag in PHP 7.4 and remove PHP's short open tags in PHP 8.0. // nope! https://wiki .php.net/rfc/deprecatephpshort_tags
PHP RFC: JIT (accepted, 8.0) ...we can't further improve the performance of PHP unless we use JIT ...using JIT may open the door for PHP being more frequently used in other, non-Web, CPU-intensive scenarios ...JIT can provide us with the ability to develop built-in functions in PHP, instead of C...can open the door to faster innovation https://wiki .php.net/rfc/jit https://stitcher.io/blog/php-jit
Nomad PHP US: Write less complex, more readable code presented by Jason McCreary May 16, 2019 at 6:00pm PDT UK: Git Legit presented by Pauline Vos May 16, 2019 at 11:00am PDT https://nomadphp.com/
Open Call for Papers ScotlandPHP 2019 CfP Deadline: April 22, 2019 November 9–10, Edinburgh, Scotland https://scophp.co/2019 PHP.Barcelona Conferenence 2019 CfP Deadline: September 30th, 2019 November 12–13, Barcelona, Spain https://php.barcelona
Notable News & Articles 4 Locating Dead Code 4 How to get lines of code in PHP with PHPLoc via CLI or using Docker 4 Laravel Up and Running Second Edition 4 Using PHPStan to detect errors (problems) in your Magento project 4 The right way to call assertion in PHPUnit