]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
authorXinchen Hui <laruence@gmail.com>
Mon, 11 Sep 2017 04:46:26 +0000 (12:46 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 11 Sep 2017 04:46:26 +0000 (12:46 +0800)
commit822c13b9ef79f09ac2d06fd0c8b83d078d567518
treeafe95e44041506c4f46907476c9195bc892c98b9
parent6b2813c3a735af0cf66c5c921752b36f169be000
parentb394343a31f8556487d784ae473a32b910b8b88e
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:/php-src:
  Fixed bug #73730 (textdomain(null) throws in strict mode)
  Fix bug75178.phpt on Windows
  Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)
  Add BC define for users of the typoed zend_symbtable_add_new
  Fix typo in zend_symtable_add_new() API name
  Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)
  Fixed bug #44995 (bcpowmod() fails if scale != 0)
  Add missing null termination
  Fixed bug #70470
  Add test for bug #75155
  Revert "Fixed #74977 - Appending AppendIterator leads to segfault"