Finished up WebServer

This commit is contained in:
Finn
2025-12-12 21:16:13 +01:00
parent 4e8e8e3e82
commit 195bd58bea
16 changed files with 383 additions and 30 deletions

View File

@@ -1155,7 +1155,7 @@ PHP NEWS
ResourceBundle object now throw:
- TypeError for invalid offset types
- ValueError for an empty string
- ValueError if the integer index does not fit in a signed 32 bit integer
- ValueError if the integer org.openautonomousconnection.webserver.index does not fit in a signed 32 bit integer
. ResourceBundle::get() now has a tentative return type of:
ResourceBundle|array|string|int|null
. Added the new Grapheme function grapheme_str_split. (youkidearitai)
@@ -1441,7 +1441,7 @@ PHP NEWS
. Added SOCK_NONBLOCK/SOCK_CLOEXEC constants for socket_create and
socket_create_pair to apply O_NONBLOCK/O_CLOEXEC flags to the
newly created sockets. (David Carlier)
. Added SO_BINDTOIFINDEX to bind a socket to an interface index.
. Added SO_BINDTOIFINDEX to bind a socket to an interface org.openautonomousconnection.webserver.index.
(David Carlier)
- Sodium: