History log of /php-src/NEWS (Results 5951 – 5975 of 15457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 2605ceea 06-Sep-2016 Yasuo Ohgaki

Added array parameter support to mb_convert_encoding()

# 81ec843d 05-Sep-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# 8aad3131 05-Sep-2016 Christoph M. Becker

Fix #70752: Depacking with wrong password leaves 0 length files

We should not open the output stream before we have tried to open the
archive entry, as failing the latter could leave an

Fix #70752: Depacking with wrong password leaves 0 length files

We should not open the output stream before we have tried to open the
archive entry, as failing the latter could leave an empty file behind.

show more ...

# dd6da58f 05-Sep-2016 Julien Pauli

Updated NEWS

# 5f9fe065 05-Sep-2016 Julien Pauli

Updated NEWS

# d185c2f1 05-Sep-2016 Julien Pauli

Updated NEWS

# 1abbcc8c 05-Sep-2016 Julien Pauli

Updated NEWS

# b7259b71 04-Sep-2016 Christoph M. Becker

Fix #72994: mbc_to_code() out of bounds read

We're backporting commit 999a3553 to the still supported PHP 5.6.

# 1ae2d074 03-Sep-2016 Nikita Popov

Fix bug #72996

# 85824eda 03-Sep-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1


# 8cc9570f 03-Sep-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0


# d5822413 03-Sep-2016 Christoph M. Becker

Fix #67325: imagetruecolortopalette: white is duplicated in palette

gdImageTrueColorToPalette() is sometimes wasteful by putting multiple white
color entries into the palette. This is ca

Fix #67325: imagetruecolortopalette: white is duplicated in palette

gdImageTrueColorToPalette() is sometimes wasteful by putting multiple white
color entries into the palette. This is caused by an obvious typo, where
to avoid a division by zero when `total` is zero, `count` is checked instead
of `total`.

We fix this issue to improve the quality of the color quantization.

Cf. <https://github.com/libgd/libgd/commit/24b4550f>

show more ...

# 8f110ee4 02-Sep-2016 Christoph M. Becker

Update to SQLite 3.14.1

# fbb81dd7 01-Sep-2016 Ferenc Kovacs

5.6.27 will be next

# 06e4a03e 01-Sep-2016 Xinchen Hui

Update NEWS

# 1ee41683 01-Sep-2016 Xinchen Hui

Fixed bug #72982 (Memory leak in zend_accel_blacklist_update_regexp() function)

# 4f07f0e9 01-Sep-2016 Yasuo Ohgaki

Update NEWS and UPGRADING

# 5366df75 01-Sep-2016 Yasuo Ohgaki

Revert "Fix NEWS"

This reverts commit abc2271b8dc43cb0ec14d9b5924d9f167abf82fc.

# abc2271b 31-Aug-2016 Yasuo Ohgaki

Fix NEWS

# f17d6712 31-Aug-2016 Davey Shafik

Update NEWS for 7.1.0RC2

# 97f2bb89 31-Aug-2016 Yasuo Ohgaki

Update NEWS

# e385b05e 31-Aug-2016 Yasuo Ohgaki

Update NEWS

# 747b6180 31-Aug-2016 Yasuo Ohgaki

Update NEWS

# 11f0f971 31-Aug-2016 Davey Shafik

Update NEWS

# 02fb46e1 30-Aug-2016 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


1...<<231232233234235236237238239240>>...619