File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ PHP 8.6 UPGRADE NOTES
5757- Phar:
5858 . Phar::mungServer() now supports reference values.
5959
60+ - Sockets:
61+ . socket_addrinfo_lookup() now returns an error code instead of FALSE on resolution failures.
62+
6063- Zip:
6164 . ZipArchive::extractTo now raises a TypeError for the
6265 files argument if one or more of the entries is not
@@ -85,6 +88,25 @@ PHP 8.6 UPGRADE NOTES
858810. New Global Constants
8689========================================
8790
91+ - Sockets:
92+ . EAI_BADFLAGS.
93+ . EAI_NONAME.
94+ . EAI_AGAIN.
95+ . EAI_FAIL.
96+ . EAI_NODATA.
97+ . EAI_FAMILY.
98+ . EAI_SOCKTYPE.
99+ . EAI_SERVICE.
100+ . EAI_ADDRFAMILY.
101+ . EAI_SYSTEM.
102+ . EAI_OVERFLOW
103+ . EAI_INPROGRESS.
104+ . EAI_CANCELED.
105+ . EAI_NOTCANCELED.
106+ . EAI_ALLDONE.
107+ . EAI_INTR.
108+ . EAI_IDN_ENCODE.
109+
88110========================================
8911111. Changes to INI File Handling
90112========================================
You can’t perform that action at this time.
0 commit comments