]> granicus.if.org Git - php/commit
Fix bug75178.phpt on Windows
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 9 Sep 2017 14:41:38 +0000 (16:41 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 9 Sep 2017 14:46:32 +0000 (16:46 +0200)
commit3fd08a1595299cdd0558978c4ce4c3fc98a8fb06
tree659653010a28f5955b572b7b088fccd2bfbc2753
parent44eec946e8c6c830992572e15e4b63b4dd92abdf
Fix bug75178.phpt on Windows

bug75178.phpt fails on Windows, because the stderr output is not
interspersed with stdout output there, but rather is appended to the
end. The fix is analogous to bug72093.phpt.
ext/bcmath/tests/bug75178-win32.phpt [new file with mode: 0644]
ext/bcmath/tests/bug75178.phpt