History log of /php-src/NEWS (Results 3726 – 3750 of 15455)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# cf9fd373 03-Jun-2019 Joe Watkins

remove reverted commit from changelog

# 8f69ca8d 02-Jun-2019 Jakub Zelenka

Merge branch 'PHP-7.2' into PHP-7.3


# 2e025794 02-Jun-2019 Jakub Zelenka

Fix bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c)

It also fixes invalid setting of tag length

# bfc10978 29-May-2019 Thomas Gerbet

SimpleXMLElement and ResourceBundle implement Countable

Both classes already have a count() method and are considered
countable by \is_countable().

# a27eb4d7 30-May-2019 Anatol Belski

[ci skip] Update NEWS

# f3cd6931 29-May-2019 Christoph M. Becker

Update NEWS for 7.3.6

# 30511470 29-May-2019 Remi Collet

add NEWS entries for sec fix

# 5533f249 28-May-2019 Joe Watkins

bump version after release

# c34895e8 28-May-2019 Stanislav Malyshev

Fix bug #77967 - Bypassing open_basedir restrictions via file uris

# 73ff4193 28-May-2019 Stanislav Malyshev

Fix bug #77988 - heap-buffer-overflow on php_jpg_get16

# 16e037bd 27-May-2019 Stanislav Malyshev

Update NEWS

# 0cb43ec5 27-May-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# a0c9d084 27-May-2019 Michael Maroszek

Fixed bug #76345

# 32f87bb5 24-May-2019 Nikita Popov

Add UPGRADING/NEWS entries

# 6f9dfd94 23-May-2019 Nikita Popov

Fix bug #77955

Free metadata before freeing the arena. I don't have a repro script,
but the added assertion fails for many existing tests prior to this
change.

# b394654c 23-May-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 9a74b232 23-May-2019 Nikita Popov

Fixed bug #78038 socket_select with references

# f308aa4e 22-May-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 96404eb8 18-May-2019 Sjon Hortensius

Fix #77956 - When mysqli.allow_local_infile = Off, return a client error

# fd607635 17-May-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78025: segfault when accessing properties of DOMDocumentType


# e246dea9 17-May-2019 Christoph M. Becker

Fix #78025: segfault when accessing properties of DOMDocumentType

Instead of following the NULL pointer, we return an empty string.

# 9d76fbd0 15-May-2019 Nikita Popov

Fixed bug #78015

Don't try to evaluate various operations with partial array operands.
We could evaluate some of these, but let's be conservative for now...

# 5846119e 15-May-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 35353dc4 15-May-2019 Nikita Popov

Fixed bug #76980

If we perform a class fetch that is not marked as exception safe,
convert exceptions thrown by autoloaders into a fatal error.

Ideally fetching the interfaces w

Fixed bug #76980

If we perform a class fetch that is not marked as exception safe,
convert exceptions thrown by autoloaders into a fatal error.

Ideally fetching the interfaces would be exception safe, but as it
isn't right now, we must abort at this point.

show more ...

# 714d2d8a 15-May-2019 Christoph M. Becker

Update NEWS regarding re-tagging 7.3.6RC1

1...<<141142143144145146147148149150>>...619