History log of /php-src/NEWS (Results 4651 – 4675 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a882f95e 27-Jan-2018 Christoph M. Becker

Revert "Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature"

This reverts commit 4bd7658e1b44b72ff76913036c1b41f74318b065.

To avoid the BC break we apply the fix to ma

Revert "Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature"

This reverts commit 4bd7658e1b44b72ff76913036c1b41f74318b065.

To avoid the BC break we apply the fix to master only.

show more ...

# d7a02844 27-Jan-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature


# 4bd7658e 27-Jan-2018 Christoph M. Becker

Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature

# 5b4b4d33 22-Jan-2018 Christoph M. Becker

Update to SQLite 3.22.0

# 4626c28e 22-Jan-2018 Anatol Belski

[ci skip] Update NEWS

# 594a4da3 22-Jan-2018 Anatol Belski

[ci skip] Update NEWS

# 2dc1cd11 18-Jan-2018 Xinchen Hui

Updated NEWS

# fb205020 18-Jan-2018 Xinchen Hui

Fixed #75838 (Memory leak in pg_escape_bytea())

# a01de10b 05-Jan-2018 alexanderholman

Fixed bug #74719

Allow stream context arguments for fopen, rename, unlink, mkdir
and rmdir to be null.

# ea56fc84 16-Jan-2018 Anatol Belski

7.0.15 next

# 9206afc6 16-Jan-2018 Xinchen Hui

Fixed NEWS

# 5a541078 16-Jan-2018 Remi Collet

next is 7.2.3

# be894058 15-Jan-2018 Anatol Belski

[ci skip] Update NEWS

# 47941976 15-Jan-2018 Anatol Belski

[ci skip] Update NEWS

# 20233469 15-Jan-2018 Nikita Popov

Fixed bug #75079

# 43c578b4 13-Jan-2018 Anatol Belski

[ci skip] Update NEWS

# 05c4f72a 13-Jan-2018 Anatol Belski

[ci skip] Update NEWS

# e112b847 12-Jan-2018 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# 420d11e8 12-Jan-2018 Nikita Popov

Fixed bug #75396

Do not run finally blocks in generators on unclean shutdown (e.g.
caused by exit). This is consistent with how finally blocks outside
of generators behave.

# a484b9a5 06-Jan-2018 timurib

Fix #75765 Exception on extend of undefined class

As the parent class is fetched prior to binding, there are no
safety concerns in this case and we can replace the fatal error
with a

Fix #75765 Exception on extend of undefined class

As the parent class is fetched prior to binding, there are no
safety concerns in this case and we can replace the fatal error
with an Error exception.

show more ...

# 8c73fc80 12-Jan-2018 Nikita Popov

Fixed bug #75653

# 7e1d2bd8 11-Jan-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #75799 (arg of get_defined_functions is optional)


# a843a86e 10-Jan-2018 Gabriel Caruso

Fixed bug #75799 (arg of get_defined_functions is optional)

# 2dd80a07 09-Jan-2018 Nikita Popov

Merge branch 'PHP-7.1' into PHP-7.2


# fd30c59e 09-Jan-2018 Nikita Popov

Fixed bug #75786

SEND_UNPACK on iterators was duplicating references in-place,
which effectively leaks the original value and causes an off-by-one
refcount on the duplicated value.

Fixed bug #75786

SEND_UNPACK on iterators was duplicating references in-place,
which effectively leaks the original value and causes an off-by-one
refcount on the duplicated value.

Replace this with a deref, as an actual duplication is not even
needed in this case.

show more ...

1...<<181182183184185186187188189190>>...619