From: Gustavo André dos Santos Lopes Date: Wed, 6 Apr 2011 10:17:52 +0000 (+0000) Subject: - Updated UPGRADING now that multicast support was decided X-Git-Tag: php-5.4.0alpha1~191^2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18d71a6f5911d36f4310e160fa8ad0d4106474cd;p=php - Updated UPGRADING now that multicast support was decided trunk only. --- 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