History log of /php-src/NEWS (Results 6926 – 6950 of 15456)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f6ae19f1 09-Oct-2015 Nikita Popov

Merge branch 'PHP-5.6' into PHP-7.0


# bbae7ddf 09-Oct-2015 Nikita Popov

Fixed bug #70681

# be09d1c2 09-Oct-2015 Anatol Belski

update NEWS

# 505c9c37 09-Oct-2015 Anatol Belski

update NEWS

# 0847681b 09-Oct-2015 Dmitry Stogov

Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())

# 91fb3a7b 08-Oct-2015 Dmitry Stogov

Fixed bug #70674 (ReflectionFunction::getClosure() leaks memory when used for internal functions)

# 3815e971 08-Oct-2015 Dmitry Stogov

Fixed bug #70668 (array_keys() doesn't respect references when $strict is true)

# 9af07e71 08-Oct-2015 Dmitry Stogov

Fixed bug #70667 (strtr() causes invalid writes and a crashes)

# cc3c425a 07-Oct-2015 Nikita Popov

Fix bug #70662

This replaces add_new with update for the RW case. This should not
be problematic for performance, as this branch throws a notice.

Alternatively add_new could als

Fix bug #70662

This replaces add_new with update for the RW case. This should not
be problematic for performance, as this branch throws a notice.

Alternatively add_new could also be replaced with add. I went with
update, because it makes $a[0] += 1 behavior the same as
$a[0] = $a[0] + 1.

show more ...

# 0e7ce86d 08-Oct-2015 Ferenc Kovacs

update NEWS/UPGRADING

# ddb6d780 06-Oct-2015 Márcio Almada

Fix bug #70650

# e0b3b3c7 06-Oct-2015 Dmitry Stogov

Revert "Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())"

This reverts commit 517b5536259ecf7697f353f4bfbafde857fc1f81.

# 1198c5d8 06-Oct-2015 Dmitry Stogov

Revert "Update NEWS"

This reverts commit 60bb51c0d38292f434b8e16214ac0477f96932b4.

# 60bb51c0 05-Oct-2015 Bob Weinand

Update NEWS

# 2fb8bb11 04-Oct-2015 Xinchen Hui

Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer)

# 4744eec7 04-Oct-2015 Xinchen Hui

Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())

# c147d90d 04-Oct-2015 Xinchen Hui

Fixed bug #70601 (Segfault in gc_remove_from_buffer())

# 517b5536 03-Oct-2015 Bob Weinand

Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
This additionally removes support for binding to an unknown (not in parent hierarchy) scope.
Removing suppo

Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
This additionally removes support for binding to an unknown (not in parent hierarchy) scope.
Removing support for cross-scope is necessary for certain compile-time assumptions (like class constants) to prevent unexpected results

show more ...

# e892e2e2 03-Oct-2015 Nikita Popov

Merge branch 'PHP-5.6' into PHP-7.0


# fe1933aa 03-Oct-2015 Nikita Popov

Fixed bug #70625

# 6f895a29 02-Oct-2015 Ferenc Kovacs

Merge branch 'pr-1544' into PHP-5.6

* pr-1544:
Update NEWS file with LDAP fixes


# d6c9dc71 02-Oct-2015 Xinchen Hui

PHP7 is not affected

# 83fea946 02-Oct-2015 Xinchen Hui

Merge branch 'PHP-5.6' into PHP-7.0

Conflicts:
ext/date/php_date.c


# c98ea846 02-Oct-2015 Xinchen Hui

Fixed bug #70619 (DateTimeImmutable segfault)

# 0c03ba0a 02-Oct-2015 Bob Weinand

Fixed bug #70614 (incorrect exit code in -rr mode with Exceptions)

1...<<271272273274275276277278279280>>...619