From 18d71a6f5911d36f4310e160fa8ad0d4106474cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Wed, 6 Apr 2011 10:17:52 +0000 Subject: [PATCH] - Updated UPGRADING now that multicast support was decided trunk only. --- UPGRADING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UPGRADING b/UPGRADING index efbb44d690..c08016d479 100755 --- a/UPGRADING +++ b/UPGRADING @@ -169,6 +169,7 @@ UPGRADE NOTES - PHP X.Y - stream_set_write_buffer() no longer changes the chunk size in socket streams. - fclose() closes streams with resource refcount > 1; it doesn't merely decrement the resource refcount. +- socket_set_options() and socket_get_options() now support multicast options. =================================== 5. Changes made to existing methods @@ -369,6 +370,20 @@ UPGRADE NOTES - PHP X.Y - SCANDIR_SORT_ASCENDING - SCANDIR_SORT_DESCENDING - SCANDIR_SORT_NONE + - MCAST_JOIN_GROUP + - MCAST_LEAVE_GROUP + - MCAST_BLOCK_SOURCE + - MCAST_UNBLOCK_SOURCE + - MCAST_JOIN_SOURCE_GROUP + - MCAST_LEAVE_SOURCE_GROUP + - IP_MULTICAST_IF + - IP_MULTICAST_TTL + - IP_MULTICAST_LOOP + - IPV6_MULTICAST_IF + - IPV6_MULTICAST_HOPS + - IPV6_MULTICAST_LOOP + - IPPROTO_IP + - IPPROTO_IPV6 g. New classes -- 2.50.1