Commit: 73153aedf920aff566120a64bd1f922cc93e2dd5 Author: Philip Olson <[email protected]> Mon, 24 Jun 2013 21:23:48 -0700 Parents: 3eb8e3661420d4a7a2fb1b220c5741798e0b5590 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=73153aedf920aff566120a64bd1f922cc93e2dd5 Log: Clarified the new ext/socket functions in 5.5.0 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index abb6fd7..edc924b 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -458,7 +458,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <ul> <li>Sockets:</li> <ul> - <li>Added recvmsg() and sendmsg() wrappers</li> + <li>Added socket_cmsg_space(), socket_sendmsg(), and socket_readmsg() functions</li> <li><?php bugfix(64508); ?> (Fails to build with --disable-ipv6)</li> <li><?php bugfix(64287); ?> (sendmsg/recvmsg shutdown handler causes segfault)</li> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
