]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.2' into PHP-7.3
authorStanislav Malyshev <stas@php.net>
Mon, 16 Dec 2019 08:38:54 +0000 (00:38 -0800)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 17 Dec 2019 08:32:47 +0000 (09:32 +0100)
commit63d0fa4a92a2c0ce3e4e31cda2e9291e12055c77
tree5f5833b97325cb454c967aec8fb7bbd604bbe55c
parent11893c8e665d285f72c2b8a0fbe01a3fcc03b806
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fixed bug #78910
  Fix #78878: Buffer underflow in bc_shift_addsub
  Fix test
  Fix #78862: link() silently truncates after a null byte on Windows
  Fix #78863: DirectoryIterator class silently truncates after a null byte

(cherry picked from commit a65b8abf2c9702503591d894ddac0b2f046950b6)
ext/bcmath/libbcmath/src/str2num.c
ext/bcmath/tests/bug78878.phpt [new file with mode: 0644]
ext/exif/exif.c
ext/exif/tests/bug78910.phpt [new file with mode: 0644]
ext/spl/spl_directory.c
ext/spl/tests/bug54291.phpt
ext/spl/tests/bug78863.phpt [new file with mode: 0644]
ext/standard/link_win32.c
ext/standard/tests/file/windows_links/bug78862.phpt [new file with mode: 0644]