History log of /PHP-7.0/ (Results 251 – 275 of 74925)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9aa6898b11-Sep-2017 Christoph M. Becker

Fixed bug #46781 (BC math handles minus zero incorrectly)

Actually, there is no negative zero at all. We obey Postel's law, and
still accept negative zeroes, but we store them as positi

Fixed bug #46781 (BC math handles minus zero incorrectly)

Actually, there is no negative zero at all. We obey Postel's law, and
still accept negative zeroes, but we store them as positive zeroes
after the conversion from string, i.e. we normalize before further
processing.

show more ...

d103802011-Sep-2017 Anatol Belski

Fork test to keep up with libxsl >= 1.1.30

The behavior of date parsing has changed and is reflected in the
changelog. Invalid dates are not accepted, in particular dates with a
nega

Fork test to keep up with libxsl >= 1.1.30

The behavior of date parsing has changed and is reflected in the
changelog. Invalid dates are not accepted, in particular dates with a
negative year, as in this test.

show more ...

04a6bbae11-Sep-2017 Anatol Belski

Add symbol to libxml exports

cab41ecb11-Sep-2017 Anatol Belski

Fix test compat with libxml2 2.9.5

One warning disappeared, but the flow is still valid.

3549d91811-Sep-2017 Anatol Belski

Fix test compat with libxml2 2.9.5

From 2.9.5 on libxml explcitly initializes the keepBlanks flag.

5f9ae45e11-Sep-2017 Anatol Belski

Fix test compatibility with libxml2 2.9.5

4b746fce10-Sep-2017 Christoph M. Becker

Fixed bug #73730 (textdomain(null) throws in strict mode)

The $text_domain parameter may be NULL, which we have to cater to
explicitly with regard to strict_types.

3fd08a1509-Sep-2017 Christoph M. Becker

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 ana

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.

show more ...

44eec94609-Sep-2017 Christoph M. Becker

Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)

Since `bcpowmod()` does not support non-integral operands, we have to
truncate these in addition to emitting a re

Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)

Since `bcpowmod()` does not support non-integral operands, we have to
truncate these in addition to emitting a respective warning. We also
have to work with the truncated values in the following.

We recognize that the division by one to enforce the truncation is
actually overkill, but we stick with it for now, and shall tackle the
issue for PHP 7.3.

show more ...

0413feb207-Sep-2017 Sara Golemon

Add BC define for users of the typoed zend_symbtable_add_new

f18cf46d07-Sep-2017 Sara Golemon

Fix typo in zend_symtable_add_new() API name

b291985306-Sep-2017 Christoph M. Becker

Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)

`x mod 1` is always zero; we have to take the scale into account,
though.

dea41f3c06-Sep-2017 Christoph M. Becker

Fixed bug #44995 (bcpowmod() fails if scale != 0)

`bc_divmod()` is supposed to do integer division, so we must not apply
a scale factor here.

42549b7805-Sep-2017 Nikita Popov

Add missing null termination

cd9d90f404-Sep-2017 Bouke van der Bijl

Fixed bug #70470

24da62d302-Sep-2017 Anatol Belski

Fix command

e20a6b0201-Sep-2017 Christoph M. Becker

Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)

We back-port https://github.com/libgd/libgd/commit/dd48286 even though
we cannot come up with a regression test, because

Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)

We back-port https://github.com/libgd/libgd/commit/dd48286 even though
we cannot come up with a regression test, because the erroneous
condition appears to be impossible to trigger.

We also parenthesize the inner ternary operation to avoid confusion.

show more ...

a86df6bc31-Aug-2017 Anatol Belski

Make for exclusion per regex

6ec4940131-Aug-2017 Anatol Belski

Extend ignore list for DLLs to not to look after

fix typo

2e77f5ee31-Aug-2017 Dylan K. Taylor

Fix `nmake install` fails when there are no shared extensions

check for existence instead of muting everything

check for exe existence before trying to copy

4e9c3e9331-Aug-2017 Dylan K. Taylor

Copy dependencies of the core DLL in `nmake snap` for statically-compiled extensions when packaging builds

3239f6d631-Aug-2017 Remi Collet

move AC_DEFINE in the right position (in bundled lib conditon)

0966f9de28-Aug-2017 Anatol Belski

Move to next bin SDK version for AppVeyor

499f548027-Aug-2017 Christoph M. Becker

Fixed bug #75124 (gdImageGrayScale() may produce colors)

We have to make sure to avoid alpha-blending issues by explicitly
switching to `gdEffectReplace` and to restore the old value aft

Fixed bug #75124 (gdImageGrayScale() may produce colors)

We have to make sure to avoid alpha-blending issues by explicitly
switching to `gdEffectReplace` and to restore the old value afterwards.

This is a port of <https://github.com/libgd/libgd/commit/a7a7ece>.

show more ...

be9edd8323-Aug-2017 Thomas Punt

Fixed bug #75090

1...<<11121314151617181920>>...2997