Software 42294 Published by

PHP 7.2.0 Release Candidate 3 has been released. This release is the third Release Candidate for 7.2.0. The next Release Candidate will be announced on the 12th of October.



What's new in PHP 7.2.0 RC3:

- Core
. Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()). (Laruence)
. Fixed bug #74878 (Data race in ZTS builds). (Nikita, Dmitry)
. Fixed bug #75236 (infinite loop when printing an error-message). (Andrea)
. Fixed bug #75252 (Incorrect token formatting on two parse errors in one request). (Nikita)

- FPM:
. Fixed bug #75212 (php_value acts like php_admin_value). (Remi)

- MySQLi:
. Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol)

- Opcache:
. Fixed bug #75230 (Invalid opcode 49/1/8 using opcache). (Laruence)

- PCRE:
. Fixed bug ##75223 (PCRE JIT broken in 7.2). (Dmitry)

- PDO_mysql:
. Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol)

- SPL:
. Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags). (J. Jeising, cmb)


  PHP 7.2.0 Release Candidate 3 released