]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2'
authorDmitry Stogov <dmitry@zend.com>
Tue, 18 Jul 2017 17:45:21 +0000 (20:45 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 18 Jul 2017 17:45:21 +0000 (20:45 +0300)
* PHP-7.2:
  Remove dead JMP/JMPZ/JMPNZ/JMPZNZ (DCE pass can't remove them)
  Constant evaluation of few more constant functions
  Disabled compile-time constant DOUBLE to STRING evaluation (its result depends on run-time 'precision' setting)
  Update NEWS for 7.2.0beta2
  Update NEWS for PHP 7.2.0beta1


Trivial merge