History log of /php-src/NEWS (Results 3401 – 3425 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 666fb9a1 20-Oct-2019 Jakub Zelenka

Add NEWS for the fixed bug #74083

# 26635ed7 19-Oct-2019 Christoph M. Becker

Fix #78684: PCRE bug72463_2 test is sending emails on Linux

This test is not supposed to run on non Windows systems; otherwise it
would try to send an email.

# ee6a71ca 19-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78694: Appending to a variant array causes segfault


# ce035dc4 19-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78694: Appending to a variant array causes segfault


# 45a77232 19-Oct-2019 Christoph M. Becker

Fix #78694: Appending to a variant array causes segfault

`write_dimension` object handlers have to be able to handle `NULL`
`offset`s; for now we simply throw an exception instead of fol

Fix #78694: Appending to a variant array causes segfault

`write_dimension` object handlers have to be able to handle `NULL`
`offset`s; for now we simply throw an exception instead of following
the `NULL` pointer.

show more ...

# 197568d6 18-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #70153 \DateInterval incorrectly unserialized


# c7c7ab53 18-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #70153 \DateInterval incorrectly unserialized


# d2cde0bf 16-Sep-2019 m.yakunin

Fix #70153 \DateInterval incorrectly unserialized

Added a separate macro for reading 'days' property, so that bool(false)
is correctly converted to the proper internal representation.

# 6e2635d2 15-Oct-2019 Derick Rethans

Update NEWS for 7.4.0RC5

# 998be775 15-Oct-2019 Derick Rethans

Update NEWS for PHP 7.4.0RC4

# f8e3970f 14-Oct-2019 Joe Watkins

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix checksum calculation for opcache


# 042e3b22 14-Oct-2019 Joe Watkins

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix checksum calculation for opcache


# 22ac57b0 14-Oct-2019 Joe Watkins

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix checksum calculation for opcache


# e2a6bf48 09-Oct-2019 Mitch Hagstrand

Fix checksum calculation for opcache

# 586f8515 12-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78665: Multicasting may leak memory


# 7439d48b 12-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78665: Multicasting may leak memory


# 900bdcbd 12-Oct-2019 Christoph M. Becker

Fix #78665: Multicasting may leak memory

# a78b09c9 11-Oct-2019 Remi Collet

NEWS

# 973617ca 09-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #78656: Parse errors classified as highest log-level


# bbd481c1 09-Oct-2019 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #78656: Parse errors classified as highest log-level


# 3164186d 09-Oct-2019 Erik Lundin

Fix #78656: Parse errors classified as highest log-level

# 91eb6324 09-Oct-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 6fd6ad8f 09-Oct-2019 Nikita Popov

Fixed bug #78658

# 4625fa18 09-Oct-2019 Christoph M. Becker

Fix #78650: new COM Crash

As of PHP 7.4.0, the `get_property_ptr_ptr` handler is mandatory; we
implement it to always return `NULL`, which is equivalent to not
setting the handler in

Fix #78650: new COM Crash

As of PHP 7.4.0, the `get_property_ptr_ptr` handler is mandatory; we
implement it to always return `NULL`, which is equivalent to not
setting the handler in former versions.

We add a portable and faster test case than what has been presented in
the bug ticket.

show more ...

# ad3ddf46 08-Oct-2019 Nikita Popov

Fixed bug #78644

Make sure the initialize the result of FETCH_OBJ_UNSET operations.
I'm using a NULL value rather than ERROR here, because the latter
no longer exists in master.

1...<<131132133134135136137138139140>>...619