mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix line wrapping in NEWS/UPGRADING/UPGRADING.INTERNALS
This commit is contained in:
15
NEWS
15
NEWS
@@ -80,23 +80,24 @@ PHP NEWS
|
||||
|
||||
- Posix:
|
||||
. Added validity check to the flags argument for posix_access(). (arshidkv12)
|
||||
. Added validity check to the permissions argument for posix_mkfifo(). (arshidkv12)
|
||||
. Added validity check to the permissions argument for posix_mkfifo().
|
||||
(arshidkv12)
|
||||
|
||||
- Reflection:
|
||||
. Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true
|
||||
for classes with property hooks). (alexandre-daubois)
|
||||
|
||||
- Soap:
|
||||
. Soap::__setCookie() when cookie name is a digit is now not stored and represented
|
||||
as a string anymore but a int. (David Carlier)
|
||||
. Soap::__setCookie() when cookie name is a digit is now not stored and
|
||||
represented as a string anymore but a int. (David Carlier)
|
||||
|
||||
- Sockets:
|
||||
. Added the TCP_USER_TIMEOUT constant for Linux to set the maximum time in milliseconds
|
||||
transmitted data can remain unacknowledged. (James Lucas)
|
||||
. Added the TCP_USER_TIMEOUT constant for Linux to set the maximum time in
|
||||
milliseconds transmitted data can remain unacknowledged. (James Lucas)
|
||||
. Added AF_UNSPEC support for sock_addrinfo_lookup() as a sole umbrella for
|
||||
AF_INET* family only. (David Carlier)
|
||||
. Fixed GH-20532 (socket_addrinfo_lookup gives the error code with a new optional
|
||||
parameter). (David Carlier)
|
||||
. Fixed GH-20532 (socket_addrinfo_lookup gives the error code with a new
|
||||
optional parameter). (David Carlier)
|
||||
|
||||
- SPL:
|
||||
. DirectoryIterator key can now work better with filesystem supporting larger
|
||||
|
||||
Reference in New Issue
Block a user