History log of /php-src/NEWS (Results 3801 – 3825 of 15455)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 619c4e9f 15-Apr-2019 Nikita Popov

Fixed bug #77895

# 14047b50 15-Apr-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# e9c0367f 15-Apr-2019 Nikita Popov

Fixed bug #77882

# 3e1eff25 15-Apr-2019 Côme Chilliet

Updated NEWS

# e71cfae4 11-Apr-2019 Sebastian Bergmann

Fix typo

# a1b7ccdf 11-Apr-2019 Dmitry Stogov

Fixed bug #77877 (call_user_func() passes $this to satatic methods).

# 2f03c0aa 08-Apr-2019 Xinchen Hui

Fixed missed NEWS while merging

# c9fefb31 08-Apr-2019 Xinchen Hui

Fixed bug #77857 (Wrong result if executed with JIT)

# e35a3cb2 16-Sep-2018 Nikita Popov

ext/xml: Use object instead of resource

Use an XmlParser object instead of a resource. This is an internal
representation change, not a conversion to OO APIs. XmlParser objects
canno

ext/xml: Use object instead of resource

Use an XmlParser object instead of a resource. This is an internal
representation change, not a conversion to OO APIs. XmlParser objects
cannot be explicitly constructed, they are created through the usual
xml_parser_* APIs.

This change allows us to provide a proper get_gc() implementation,
thus resolving bugs #72793 and #76874.

xml_parser_free() is a no-op now and need not be called anymore.

show more ...

# 08a30628 08-Apr-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# d7b5954f 08-Apr-2019 Nikita Popov

Fixed bug #77853

# 0a25b41f 08-Apr-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# eea61cda 08-Apr-2019 Nikita Popov

Fixed bug #77844

We should probably return an integer result from the operation in
typed mode, right now the result is always a string.

# 0ab45c24 05-Apr-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segfault


# 7f4a6b14 05-Apr-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segfault


# 0d5be6ce 05-Apr-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segfault


# 9ec1525e 05-Apr-2019 Cameron Porter

Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segfault

# 54bed8d2 04-Apr-2019 Christoph M. Becker

Fix typos

# 849c49a7 02-Apr-2019 Christoph M. Becker

Update NEWS

# 731eeb8d 02-Apr-2019 Joe Watkins

bump versions after release

# 887a7b57 02-Apr-2019 Stanislav Malyshev

Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF

# 3d5b6f23 01-Apr-2019 Stanislav Malyshev

Update NEWS & UPGRADING

# c684d32f 01-Apr-2019 Stanislav Malyshev

Update NEWS

# d8b7728b 31-Mar-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #77827: preg_match does not ignore \r in regex flags


# 88460c01 31-Mar-2019 Christoph M. Becker

Fix #77827: preg_match does not ignore \r in regex flags

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