]> granicus.if.org Git - php/commit
Merge branch 'master' into phpng
authorDmitry Stogov <dmitry@zend.com>
Mon, 26 May 2014 06:52:43 +0000 (10:52 +0400)
committerDmitry Stogov <dmitry@zend.com>
Mon, 26 May 2014 06:52:43 +0000 (10:52 +0400)
commit9dd66e4d537073ea311929a65622d898193618c8
treec1a205487d4156c439d1b4f8e8e9f82b425fa9eb
parent066c1d5451a33c652e23a59e6455dca331007919
parent347b430a03a394f31048ad16b2bbc22e29f3baf5
Merge branch 'master' into phpng

* master:
  Fixed issue #183 (TMP_VAR is not only used once)
  Fix broken Junit output with --disable-cgi
  Added folder mark
  Further test fixes for the fdb2709 breakage.
  Fix broken test caused by fdb2709.
  Added tests for ZipArchive::addGlob() and ZipArchive::addPattern()
  Fix run-tests.php with Valgrind >= 3.10.0.
  Add microseconds to the serialised form of DateTime objects.
  Improved test for bug #62479
  fix typo in ODBC code
  gcov: tentative fix for broken coverage data after fix for opcache coverage slightly hackish, but works. The idea is that we want to give priority to .gcda files in .libs dirs vs the files in the upper level dir
  5.5.14 now
  Fix bug #67060: use default mode of 660

Conflicts:
ext/date/php_date.c
ext/date/php_date.c
ext/date/tests/bug51866.phpt
ext/opcache/Optimizer/zend_optimizer.c
ext/zip/php_zip.c