RFC: Saner string to number comparisons https://wiki.php.net/rfc/string_to_number_comparison Operators: <=> == != > >= < <= When $sort_flags set to SORT_REGULAR (already default): sort() rsort() asort() arsort() array_multisort() When $strict set to false (already default): in_array() array_search() array_keys()
PHPUnit 8.0 Some API changes were tricky https://thephp.cc/news/2019/02/help-my-tests-stopped-working Changelog https://github.com/sebastianbergmann/phpunit/blob/8.0.0/ChangeLog-8.0.md
Drupal 8.6.10 February 20, 2019 Remote Code Execution when… Drupal 8 core RESTful Web Services (rest) module enabled and allows GET, PATCH or POST requests; or has a web services module enabled, like JSON:API in Drupal 8, or Services or RESTful Web Services in Drupal 7. https://www.drupal.org/SA-CORE-2019-003
Symfony 4.3 will have two new Components: HttpClient Nicer API for curl, file_get_contents() MIME Nicer API for creating emails https://speakerdeck.com/fabpot/2-new-symfony- components-httpclient-and-mime