History log of /PHP-7.0/NEWS (Results 526 – 550 of 9487)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 88838dd2 23-Jul-2016 Christoph M. Becker

Fix #68712: suspicious if-else statements


# 2c16b9cf 23-Jul-2016 Christoph M. Becker

Fix #66555: Always false condition in ext/gd/libgd/gdkanji.c

This issue has already been fixed in libgd[1], so we fix PHP's bundled
libgd accordingly.

[1] <https://github.com/li

Fix #66555: Always false condition in ext/gd/libgd/gdkanji.c

This issue has already been fixed in libgd[1], so we fix PHP's bundled
libgd accordingly.

[1] <https://github.com/libgd/libgd/commit/aa1d71c>

show more ...


# 6046acf9 23-Jul-2016 Bob Weinand

Fix ClosedGeneratorException possibly thrown into wrong scope


# 65abdb55 21-Jul-2016 vhuk

Fix for bug #54431


# 69291214 22-Jul-2016 Xinchen Hui

Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array elements)


# 6b116932 22-Jul-2016 Christoph M. Becker

Fix #72646: SplFileObject::getCsvControl does not return the escape character

This has obviously been missed when adding the $escape parameter to
SplFileObject::setCsvControl() in PHP 5.

Fix #72646: SplFileObject::getCsvControl does not return the escape character

This has obviously been missed when adding the $escape parameter to
SplFileObject::setCsvControl() in PHP 5.3, so we catch up on this.

show more ...


# f2c2a4be 21-Jul-2016 Christoph M. Becker

Fix #72330: CSV fields incorrectly split if escape char followed by UTF chars

We must not forget to properly reset the state for multibyte characters
following an escape character.


# 4a643e5e 21-Jul-2016 Xinchen Hui

Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property)


# c9f21e83 20-Jul-2016 Ferenc Kovacs

update NEWs


# 97c0b133 20-Jul-2016 Xinchen Hui

Fixed bug #72629 (Caught exception assignment to variables ignores references).


# 3c3b8c83 20-Jul-2016 Xinchen Hui

Fixed bug #72622 (array_walk + array_replace_recursive create references from nothing)


# 1eb13c52 19-Jul-2016 Anatol Belski

sync NEWS


# 206d45bc 19-Jul-2016 Christoph M. Becker

Update NEWS


# 171c759d 16-Jul-2016 Nikita Popov

Revert "Fixed bug #72286 (Segmentation fault During Garbage Collection)"

This reverts commit 1c84b55adea936b065a20102202bea3d1d243225.


# 3666cfab 15-Jul-2016 Christoph M. Becker

Fix #72604: imagearc() ignores thickness for full arcs

We remove the special casing for full arcs, what conforms to external libgd.


# a4aa4f97 14-Jul-2016 Christoph M. Becker

Fix bug #66502: DOM document dangling reference

When we decrement the refcount of a node's document, we state that we
won't need it anymore. Therefore we can *always* set the pointer to

Fix bug #66502: DOM document dangling reference

When we decrement the refcount of a node's document, we state that we
won't need it anymore. Therefore we can *always* set the pointer to the
document to NULL, what avoids invalid memory accesses for some edge cases
as demonstrated with the PHPT.

Original patch provided by Sean Heelan.

show more ...


# 1c84b55a 14-Jul-2016 Dmitry Stogov

Fixed bug #72286 (Segmentation fault During Garbage Collection)


# 8bb3bd04 14-Jul-2016 Christoph M. Becker

Fix bug #72596: imagetypes function won't advertise WEBP support

We add the constant IMG_WEBP and make sure that WebP support is properly
reported by imagetypes().


# 9d3b7298 14-Jul-2016 Anatol Belski

update NEWS


# 131117f7 14-Jul-2016 Anatol Belski

update NEWS


# 8c5b27e0 14-Jul-2016 Xinchen Hui

Fixed bug #72594 (Calling an earlier instance of an included anonymous class fatals)


# 3cc42655 13-Jul-2016 Nikita Popov

Add NEWS entry


# 28e2f749 13-Jul-2016 Keyur

Add to NEWS


# 8129b839 13-Jul-2016 Xinchen Hui

Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML element)


# be77ce37 12-Jul-2016 Anatol Belski

missed the dot


1...<<21222324252627282930>>...380