History log of /php-src/NEWS (Results 3951 – 3975 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b8e683e8 30-Jan-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #77546 iptcembed broken function


# f27f9022 30-Jan-2019 Guillaume Degoulet

Fix #77546 iptcembed broken function

# cbc5a141 30-Jan-2019 Christoph M. Becker

Prepare main branch for PHP 7.2.16

# 3d15a6f8 28-Jan-2019 Christoph M. Becker

Remove deprecated INTL_IDNA_VARIANT_2003

Cf. <https://wiki.php.net/rfc/deprecate-and-remove-intl_idna_variant_2003>

# e9736638 28-Jan-2019 Christoph M. Becker

Remove deprecated png2wbmp() and jpeg2wbmp()

Cf. <https://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp>

# dfa6c204 28-Jan-2019 Christoph M. Becker

Remove deprecated image2wbmp()

Cf. <https://wiki.php.net/rfc/image2wbmp>.

# e1181511 28-Jan-2019 Nikita Popov

Clear NEWS, UPGRADING and UPGRADING.INTERNALS

# ab3c94a5 28-Jan-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# ef68cd32 28-Jan-2019 ekinhbayar

Fixed bug #77530: PHP crashes when parsing "(2)::class"

# 0da13086 25-Jan-2019 Jakub Zelenka

Merge branch 'PHP-7.2' into PHP-7.3


# dc2ffdee 17-Jan-2019 Jakub Zelenka

Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS records)

Simplified version of the fix from Abyl Valg so credit to him.

# 909d0a3d 25-Jan-2019 Nikita Popov

Fixed bug #77518

# f78e6814 25-Jan-2019 Nikita Popov

Fixed bug #77498

I've renamed the function to the same name as the exported symbol
in master.

# 3c98c2d0 24-Jan-2019 Nikita Popov

Fixed bug #77514

# 6f3880c6 24-Jan-2019 Christoph M. Becker

Improve wording

As suggested by Tom Sommer[1].

[1] <https://github.com/php/php-src/commit/8a4c2f16217fb8f8d098355f3943f31e82bcfd71#r32037340>

# aa9a8dbd 24-Jan-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #77494 (Disabling class causes segfault on member access)


# 73f222d7 24-Jan-2019 Dmitry Stogov

Fixed bug #77494 (Disabling class causes segfault on member access)

# 19a9a6ba 22-Jan-2019 Christoph M. Becker

Prepare main branch for PHP 7.3.3

# 76760901 22-Jan-2019 Nikita Popov

Fixed bug #77287

There may be an EXT_NOP opcode before the parameter list, we should
skip over it.

# a1b1c53d 20-Jan-2019 Anatol Belski

Update NEWS [ci skip]

# d978590c 20-Jan-2019 Anatol Belski

Update NEWS [ci skip]

# 1907cbd8 19-Jan-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #77479: imagewbmp() segfaults with very large images


# 44fa0b0f 19-Jan-2019 Christoph M. Becker

Fix #77479: imagewbmp() segfaults with very large images

We must not proceed working with the Wbmp structure, if it hasn't been
allocated.

# de38ce1a 18-Jan-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 32ae7160 16-Jan-2019 Pedro Magalhães

Fixed bug #76675

Leave a reference to the resource in the php_curl.

1...<<151152153154155156157158159160>>...619