mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Propagate bind error for stream_socket_server()
When stream_socket_server() fails during bind(), we're currently only showing "Unknown error" in the error message. Properly propagate this error for better diagnostics. Closes GH-21328
This commit is contained in:
1
NEWS
1
NEWS
@@ -145,6 +145,7 @@ PHP NEWS
|
||||
. Allowed filtered streams to be casted as fd for select. (Jakub Zelenka)
|
||||
. Fixed bug GH-21221 (Prevent closing of innerstream of php://temp stream).
|
||||
(ilutov)
|
||||
. Improved stream_socket_server() bind failure error reporting. (ilutov)
|
||||
|
||||
- Zip:
|
||||
. Fixed ZipArchive callback being called after executor has shut down.
|
||||
|
||||
Reference in New Issue
Block a user