History log of /php-src/NEWS (Results 5626 – 5650 of 15457)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 737eb060 02-Jan-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 20c172d4 02-Jan-2017 Nikita Popov

Add NEWS entries

# dfb6cdb6 02-Jan-2017 Joe Watkins

Merge branch 'PHP-7.1'

* PHP-7.1:
Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE
news entry for PR #2249


# abba56f6 21-Dec-2016 vanviegen

Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE

Fixes bug #73800

news entry for PR #2249

# 732f67ee 21-Dec-2016 vanviegen

Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE

Fixes bug #73800

news entry for PR #2250

# a5b49fdc 02-Jan-2017 Joe Watkins

news entry for PR #2267

# 156781ba 02-Jan-2017 Joe Watkins

news entry for PR #2267

# 9f4d05ac 02-Jan-2017 Joe Watkins

news entry for PR #2267

# 70ca40d3 01-Jan-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 48776419 01-Jan-2017 Nikita Popov

Fixed bug #73154

The object that is being serialized may be destroyed during the
execution of __sleep(), so operate on a copy instead.

# 0a6d7e66 01-Jan-2017 Joe Watkins

news entry for PR #2117

# b7717904 01-Jan-2017 Joe Watkins

add news entry for PR #1414

# 876b7b17 01-Jan-2017 Joe Watkins

news entry for PR #1414

# 878b8f04 01-Jan-2017 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 9f560bae 01-Jan-2017 Nikita Popov

Merge branch 'PHP-5.6' into PHP-7.0


# a65ad951 01-Jan-2017 Nikita Popov

FIx bug #70213

# 4363c96b 01-Jan-2017 Joe Watkins

Revert "add news entry for PR #2263"

This reverts commit a9aefe5b9bed3cf5236d89140a8d71cceafe683e.

# e51f284c 01-Jan-2017 Joe Watkins

Revert "news entry for PR #2263"

This reverts commit 299e02c82a1d4626e209f978001bba6d66885c05.

# a9aefe5b 01-Jan-2017 Joe Watkins

add news entry for PR #2263

# 299e02c8 01-Jan-2017 Joe Watkins

news entry for PR #2263

# 242d924e 31-Dec-2016 Nikita Popov

Fix bug #73847

# b09c2f89 19-Dec-2016 David Walker

Fixed bug #73783

Bug #73783 raises an issue with signal handling when using SIG_IGN.
With PHP7.1 ZEND_SIGNALS is defaulted to on, which will for all
signals set the handler as zend_s

Fixed bug #73783

Bug #73783 raises an issue with signal handling when using SIG_IGN.
With PHP7.1 ZEND_SIGNALS is defaulted to on, which will for all
signals set the handler as zend_signal_handler_defer. This is
problematic for syscalls like sleep(), which will only return when the
requisite number of seconds have elapsed, or, a non-ignored signal is
raised. In this case we want to SIG_IGN SIGCHLD, however, SIG_IGN is
only stored in the SIGG(handlers) array, and the actual system level
handler is defined. This prevents proper signal ignoring when requeted.

show more ...

# f4d884dc 29-Dec-2016 Christoph M. Becker

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Revert "Fix #73530: Unsetting result set may reset other result set"


# 88d1a2c5 29-Dec-2016 Christoph M. Becker

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Revert "Fix #73530: Unsetting result set may reset other result set"

# Conflicts:
# ext/sqlite3/sqlite3.c


# 2ba3b275 29-Dec-2016 Christoph M. Becker

Revert "Fix #73530: Unsetting result set may reset other result set"

This reverts commit eb570294a289b45d0dd38efc71065d6b0d314c4b.

That commit caused a regression, so it's probably

Revert "Fix #73530: Unsetting result set may reset other result set"

This reverts commit eb570294a289b45d0dd38efc71065d6b0d314c4b.

That commit caused a regression, so it's probably best to revert it, and
to tackle the issue for the next minor release.

show more ...

1...<<221222223224225226227228229230>>...619