History log of /php-src/NEWS (Results 1776 – 1800 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 23dbefdb 20-May-2022 Derick Rethans

Fixed bug #51934 (strtotime plurals / incorrect time)

# ee277621 20-May-2022 Derick Rethans

Fixed bug #66019 (DateTime object does not support short ISO 8601 time format - YYYY-MM-DDTHH)

# ef55bf71 20-May-2022 Derick Rethans

Fixed bug GH-7758 (Problems with negative timestamps and fractions)

# ffd27bde 16-May-2022 Levi Morrison

Stop closing stderr and stdout streams (#8570)

Extensions may (and do) write to stderr in mshutdown and similar. In
the best case, with the stderr stream closed, it's just swallowed.

Stop closing stderr and stdout streams (#8570)

Extensions may (and do) write to stderr in mshutdown and similar. In
the best case, with the stderr stream closed, it's just swallowed.

However, some libraries will do things like try to detect color, and
these will outright fail and cause an error path to be taken.

show more ...

# fa78e177 16-May-2022 Levi Morrison

Stop closing stderr and stdout streams (#8569)

Extensions may (and do) write to stderr in mshutdown and similar. In
the best case, with the stderr stream closed, it's just swallowed.

Stop closing stderr and stdout streams (#8569)

Extensions may (and do) write to stderr in mshutdown and similar. In
the best case, with the stderr stream closed, it's just swallowed.

However, some libraries will do things like try to detect color, and
these will outright fail and cause an error path to be taken.

show more ...

# 46b35c6a 20-May-2022 Derick Rethans

[ci skip] Update NEWS

# dd89acaf 19-May-2022 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix GH-8578: Error on wrong parameter on SoapHeader constructor


# 8735ae9d 18-May-2022 robertnisipeanu

Fix GH-8578: Error on wrong parameter on SoapHeader constructor

Closes GH-8579.

# 1f4830f2 15-May-2022 David Carlier

Add TCP_NOTSENT_LOWAT socket option

Can be used to limit the amount of unsent data per socket.

Closes GH-8559.

# c8c470a1 16-May-2022 Christoph M. Becker

[ci skip] Order NEWS sections alphabetically

# 72d83709 30-Dec-2021 pandaLIU <563883861@qq.com>

Fix parse_url(): can not recognize port without scheme

Closes GH-7844.

# 10921525 15-May-2022 David Carlier

Add CURLOPT_MAXFILESIZE_LARGE option

Like other *LARGE options, it takes a 64 bit value.

Closes GH-8557.

# 74f75db0 15-May-2022 Jakub Zelenka

Fix bug #79589: ssl3_read_n:unexpected eof while reading

The unexpected EOF failure was introduced in OpenSSL 3.0 to prevent
truncation attack. However there are many non complaint serve

Fix bug #79589: ssl3_read_n:unexpected eof while reading

The unexpected EOF failure was introduced in OpenSSL 3.0 to prevent
truncation attack. However there are many non complaint servers and
it is causing break for many users including potential majority
of those where the truncation attack is not applicable. For that reason
we try to keep behavior consitent with older OpenSSL versions which is
also the path chosen by some other languages and web servers.

Closes GH-8369

show more ...

# 8b6e5e4b 13-May-2022 Arnaud Le Blanc

[ci skip] NEWS

# 680afd16 13-May-2022 Arnaud Le Blanc

[ci skip] NEWS

# 5a39f4c7 13-May-2022 Arnaud Le Blanc

[ci skip] NEWS

# d8f7797b 13-May-2022 Arnaud Le Blanc

[ci skip] NEWS

# 12702a20 29-Dec-2021 Pavel Djundik

Add "N" and "o" format specifiers to idate()

# 1eab5b79 05-May-2022 Derick Rethans

GH-8458: DateInterval::createFromDateString does not throw non-relative items are present

# 82eea0ef 10-May-2022 Jakub Zelenka

Merge branch 'PHP-8.0' into PHP-8.1


# 23a20304 07-May-2022 Jakub Zelenka

Fix bug #72185: php-fpm writes empty fcgi record causing nginx 502

This issue might happen if there is change of the fcgi stream when
the buffer is full. Then the empty record is created

Fix bug #72185: php-fpm writes empty fcgi record causing nginx 502

This issue might happen if there is change of the fcgi stream when
the buffer is full. Then the empty record is created which signals
end of stream which is incorrect.

The actual fix without a test was contributed by GitHub user @loveharmful
in GH-3198.

show more ...

# f590782b 04-May-2022 Ollie Read

Add ReflectionMethod::hasPrototype method

Closes GH-8487.

# be11bcb0 05-May-2022 Nicolas Grekas

Add ReflectionFunction::isAnonymous()

Closes GH-8499.

# 5b71b66c 06-May-2022 Arnaud Le Blanc

[ci skip] NEWS

# a82ee8e3 06-May-2022 Arnaud Le Blanc

[ci skip] NEWS

1...<<71727374757677787980>>...619