File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ PHP NEWS
1616- Pcntl:
1717 . Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)
1818
19+ - Sockets:
20+ . Fixed Solaris builds. (David Carlier)
21+
1922- SPL:
2023 . Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent).
2124 (cmb)
Original file line number Diff line number Diff line change 1+ #ifdef __sun
2+ /* to enable 'new' ancillary data layout instead */
3+ # define _XPG4_2
4+ #endif
15#include "sockaddr_conv.h"
26#include "conversions.h"
37#include "sendrecvmsg.h" /* for ancillary registry */
Original file line number Diff line number Diff line change 1414 +----------------------------------------------------------------------+
1515 */
1616
17+ #ifdef __sun
18+ /* to enable 'new' ancillary data layout instead */
19+ # define _XPG4_2
20+ #endif
1721#include <php.h>
1822#include "php_sockets.h"
1923#include "sendrecvmsg.h"
You can’t perform that action at this time.
0 commit comments