History log of /php-src/NEWS (Results 6426 – 6450 of 15456)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 1690dcb8 30-May-2016 Joe Watkins

fix #72155 (use-after-free caused by get_zval_xmlrpc_type)

# 921b3251 28-May-2016 Nikita Popov

Fix bug #71604

Alternatively could throw some kind of uncatchable dummy exception
into the generator. Right now just checking for NULL in two places
seems simpler.

# d29bd582 28-May-2016 Xinchen Hui

Added NEWS Entry

# 6e5958e3 26-May-2016 Ferenc Kovacs

update NEWS

# 1f3f46cc 25-May-2016 Anatol Belski

update NEWS

# 2ae21abd 24-May-2016 Dmitry Stogov

Fixed bug #72213 (Finally leaks on nested exceptions).

Squashed commit of the following:

commit 8461b0407fc9eab0869d43b84e6a92ba2fe06997
Author: Dmitry Stogov <dmitry@zend.com>

Fixed bug #72213 (Finally leaks on nested exceptions).

Squashed commit of the following:

commit 8461b0407fc9eab0869d43b84e6a92ba2fe06997
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed May 25 00:34:42 2016 +0300

Rmoved zend_try_catch_element.parent and walk through op_array.try_catch_array backward from the current try_cacth_offset.

commit 0c71e249649bed178bfbef30bb3e63c57f07af05
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed May 25 00:04:53 2016 +0300

Move SAVE_OPLINE() to its original place

commit 111432a4df738fcd65878a42f23194dc3c4983a2
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed May 25 00:01:10 2016 +0300

Separate the common part of ZEND_HANDLE_EXCEPTION and FAST_RET into zend_dispatch_try_catch_finally_helper.

commit 4f21c06c2ec17819a708bc037f318784554a6ecd
Author: Nikita Popov <nikic@php.net>
Date: Tue May 24 14:55:27 2016 +0200

Improve finally fix

commit da5c7274997b8308e682b5bf280124e3a1483086
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue May 24 10:36:08 2016 +0300

Fixed Zend/tests/try/bug70228_3.phpt and Zend/tests/try/bug70228_4.phpt

commit cfcedf2fb4f4fc1f7de9f7d53a3037fed7795f19
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue May 24 02:59:27 2016 +0300

Added test

commit 4c6aa93d43da941eb4fda15b48154bfb104bdc04
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue May 24 00:38:20 2016 +0300

Added tests

commit 8a8f4704b0eca2e460d42c1f253a363b0db8e510
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon May 23 23:27:34 2016 +0300

Fixed bug #72213 (Finally leaks on nested exceptions)

show more ...

# 0cdbabe5 23-May-2016 Dmitry Stogov

Merge branch 'nullable_types' of github.com:morrisonlevi/php-src

* 'nullable_types' of github.com:morrisonlevi/php-src:
Fix bug #71428
Add nullable parameter types
Implemen

Merge branch 'nullable_types' of github.com:morrisonlevi/php-src

* 'nullable_types' of github.com:morrisonlevi/php-src:
Fix bug #71428
Add nullable parameter types
Implement nullable return types.

show more ...


# 4f077aee 04-Apr-2016 Bob Weinand

Allow for [] = $array; (alias for list())

# f43f6fc3 18-May-2016 Derick Rethans

Fixed bug #63740 (strtotime seems to use both sunday and monday as start of week)

# 7989db97 17-May-2016 Xinchen Hui

Fixed bug #72229 (Wrong reference when serialize/unserialize an object)

# 7e5ea3c3 16-May-2016 Anatol Belski

update NEWS

# 6f486054 16-May-2016 Xinchen Hui

Revert "Revert the ABI break commit"

This reverts commit 07220f615b432837e158820fa08206fcc78c93e2.

# 8578fb99 16-May-2016 Xinchen Hui

Correct name, it was typed in habitually

# 07220f61 16-May-2016 Xinchen Hui

Revert the ABI break commit

# 1559fd7e 16-May-2016 Xinchen Hui

Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashes)

# bc63879d 15-May-2016 Jakub Zelenka

Update NEWS with info about JSON parser method

# fb951553 14-May-2016 Joe Watkins

fix #72143 (preg_replace uses int instead of size_t on zend_string_allocs)

# b1651140 14-May-2016 Joe Watkins

fix #72206 (xml_parser_create/xml_parser_free leaks mem)

# 3684d411 14-May-2016 Joe Watkins

fix #72209 (ReflectionProperty::getValue() doesn't fail if object doesn't match type)

# 49a7be06 14-May-2016 Sara Golemon

Implement FIPS 180-4 algos: sha512/256 and sha512/224

These algorithms are simple extensions to the existing sha512 algo
using different initialization vectors and producing truncated ou

Implement FIPS 180-4 algos: sha512/256 and sha512/224

These algorithms are simple extensions to the existing sha512 algo
using different initialization vectors and producing truncated output.

show more ...

# 95af467d 29-Apr-2016 Sara Golemon

Raise compiler warning on octal overflow

Addresses https://bugs.php.net/bug.php?id=71994

# 8462b353 13-May-2016 Dmitry Stogov

Added news entries

# be071702 13-May-2016 Dmitry Stogov

Fixed bug #72188 (Nested try/finally blocks losing return value)

# d33f2584 12-May-2016 Anatol Belski

update NEWS

# 3797e570 12-May-2016 Xinchen Hui

Added NEWS entry missed while doing merge

1...<<251252253254255256257258259260>>...619