1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00
Files
archived-php-src/ext/standard/tests
seliver 95013042bf Fixed bug #76136 (stream_socket_get_name enclosed IPv6 in brackets)
The IPv6 IP of a socket is provided by inet_ntop() as a string, but
this function doesn't enclose the IP in brackets. This patch adds
them in the php_network_populate_name_from_sockaddr() function.
2018-07-07 11:47:50 +02:00
..
2018-06-21 17:26:57 +08:00
2018-02-22 13:03:21 +01:00
2017-05-16 15:09:02 +02:00
2018-07-05 19:10:24 +02:00
2018-02-26 22:26:55 -08:00
2018-06-30 16:50:49 +02:00
2018-07-02 17:59:33 +02:00
2018-07-06 18:59:04 +02:00