diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2011-04-06 10:17:52 +0000 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2011-04-06 10:17:52 +0000 |
commit | 18d71a6f5911d36f4310e160fa8ad0d4106474cd (patch) | |
tree | 01a0d6fc55c5b7dfb5dbb7fff5d5a671051e53d7 /UPGRADING | |
parent | bbb4f679aef236c717d3938080ef2f184b63c6e9 (diff) | |
download | php-git-18d71a6f5911d36f4310e160fa8ad0d4106474cd.tar.gz |
- Updated UPGRADING now that multicast support was decided
trunk only.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |