History log of /php-src/NEWS (Results 4976 – 5000 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5ce74409 06-Sep-2017 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #44995 (bcpowmod() fails if scale != 0)


# d724d8c1 06-Sep-2017 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #44995 (bcpowmod() fails if scale != 0)


# dea41f3c 06-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.

# ed2f6510 03-Sep-2017 BohwaZ

Add support for SQLite open flags

# f1fd11f4 01-Sep-2017 Sammy Kaye Powers

Update NEWS that did not get updated in #2442

[ci skip]

# 9fbd8620 05-Sep-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# e866e05b 05-Sep-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# cd9d90f4 04-Sep-2017 Bouke van der Bijl

Fixed bug #70470

# 81ad6a97 05-Sep-2017 Remi Collet

NEWS

# b2824629 04-Sep-2017 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# c2e3541c 04-Sep-2017 Nikita Popov

Add test for bug #75155

# 6355e650 04-Sep-2017 Remi Collet

NEWS

# ea734e2a 04-Sep-2017 Dmitry Stogov

Fixed incorect constant conditional jump elimination

# b4dc3de5 01-Sep-2017 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

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


# afad9006 01-Sep-2017 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1

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


# e20a6b02 01-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 ...

# a6456f0a 01-Sep-2017 Anatol Belski

Fixed bug #75143 new method setEncryptionName() seems not to exist in ZipArchive

update NEWS

# 1f843a8f 28-Aug-2017 Jakub Zelenka

Automatically load OpenSSL configuration file

# d3bc8beb 29-Aug-2017 Kalle Sommer Nielsen

Removed support for BeOS, development for BeOS was supported 17 years ago.

This patch however does not drop support for the BeOS compatible variant, Haiku, see Github PR #2697 which is curre

Removed support for BeOS, development for BeOS was supported 17 years ago.

This patch however does not drop support for the BeOS compatible variant, Haiku, see Github PR #2697 which is currently a WiP

I intentionally left out some fragments for BeOS in the build system for that seems to be bundles

show more ...

# 045d18d2 29-Aug-2017 Remi Collet

Update NEWS for 7.2.0RC2

# 4f64716f 29-Aug-2017 Remi Collet

Update NEWS for PHP 7.2.0RC1

# 1aeafb7d 27-Aug-2017 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #75124 (gdImageGrayScale() may produce colors)


# a9ff4d1f 27-Aug-2017 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #75124 (gdImageGrayScale() may produce colors)


# 499f5480 27-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 ...

# 3a2ad5b2 26-Aug-2017 Christoph M. Becker

Update to SQLite 3.20.1

1...<<191192193194195196197198199200>>...619