History log of /PHP-7.2/NEWS (Results 251 – 275 of 10718)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e672cd43 10-Nov-2018 Mizunashi Mana

Define __APPLE_USE_RFC_3542 for new ipv6 constants


# 9fc52c16 20-Nov-2018 Sara Golemon

Bump for 7.2.14


# 336d2086 19-Nov-2018 Stanislav Malyshev

Disable rsh/ssh functionality in imap by default (bug #77153)


# 05782f01 19-Nov-2018 Stanislav Malyshev

Disable rsh/ssh functionality in imap by default (bug #77153)


# 628df47e 19-Nov-2018 Stanislav Malyshev

Disable rsh/ssh functionality in imap by default (bug #77153)


# e7acb29e 20-Nov-2018 Remi Collet

NEWS


# 1adbf70e 20-Nov-2018 Remi Collet

NEWS


# e5bfea64 19-Nov-2018 Stanislav Malyshev

Disable rsh/ssh functionality in imap by default (bug #77153)


# 6742b4b7 18-Nov-2018 Anatol Belski

[ci skip] Update NEWS


# 3e78380d 18-Nov-2018 Anatol Belski

[ci skip] Update NEWS


# b4776cda 17-Nov-2018 Anatol Belski

[ci skip] Update NEWS


# a56cdd0a 14-Nov-2018 Christoph M. Becker

Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERROR

If the `ICONV_MIME_DECODE_CONTINUE_ON_ERROR` flag is set, parsing
should not fail, if there are illegal characters i

Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERROR

If the `ICONV_MIME_DECODE_CONTINUE_ON_ERROR` flag is set, parsing
should not fail, if there are illegal characters in the headers;
instead we silently ignore these like before.

show more ...


# ec2e7a2d 21-Oct-2018 Thiago Carvalho

Validate length on socket_write


# f6079e3c 12-Nov-2018 Christoph M. Becker

Fix #77141: Signedness issue in SOAP when precision=-1

According to php_gcvt(), we assume at most 17 fractional digits for
negative precision.


# fab72d75 05-Nov-2018 Anatol Belski

Update NEWS [ci skip]


# 625f614c 04-Nov-2018 Christoph M. Becker

Fix #76348: WSDL_CACHE_MEMORY causes Segmentation fault

“Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end.”


# 4daa4138 02-Nov-2018 Nikita Popov

Fixed bug #77092

Weird that this worked for so long, probably because nearly all
ext/standard functions use fast ZPP rather than ordinary ZPP.


# 69496a04 29-Oct-2018 Peter Kokot

[ci skip] Update NEWS


# 91a11111 29-Oct-2018 Peter Kokot

[ci skip] Update NEWS


# f1ceec55 25-Oct-2018 Nikita Popov

Fixed bug #77058

Account for the fact that undef must be interpreted as null for
the purposes of INC/DEC inference.


# 33fa02ea 24-Oct-2018 Joe Watkins

bump versions


# db47e353 06-Oct-2018 Cameron Porter

Fixed bug #50675

SOAP: Stop overwriting the node name when creating an XML node
for an object reference.


# 1d5baf16 23-Oct-2018 Remi Collet

bump to 7.2.13-dev


# 502b187a 21-Oct-2018 Christoph M. Becker

Fix #75282: xmlrpc_encode_request() crashes

Since we allow ext/xmlrpc to be built against a system libxmlrpc(-epi),
we must not `efree` memory which has been allocated via `malloc`. To

Fix #75282: xmlrpc_encode_request() crashes

Since we allow ext/xmlrpc to be built against a system libxmlrpc(-epi),
we must not `efree` memory which has been allocated via `malloc`. To
distinguish bundled and system libxmlrpc(-epi) we introduce the macro
`HAVE_XMLRPC_BUNDLED` (analogous to how it is done by ext/gd). We
deliberately keep the ugly `#ifdef`s, instead of tucking them away in
an `XMLRPC_FREE()` macro, to not forget that it is a bad idea to fork
and bundle a library, but to also allow building against an unpatched
system lib.

show more ...


# 3b8be227 20-Oct-2018 Peter Kokot

[ci skip] Update NEWS


1...<<11121314151617181920>>...429