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 @@ -13,6 +13,9 @@ PHP NEWS
13
13
- Pcntl:
14
14
. Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)
15
15
16
+ - Sockets:
17
+ . Fixed Solaris builds. (David Carlier)
18
+
16
19
- SPL:
17
20
. Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent).
18
21
(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
1
5
#include "sockaddr_conv.h"
2
6
#include "conversions.h"
3
7
#include "sendrecvmsg.h" /* for ancillary registry */
Original file line number Diff line number Diff line change 14
14
+----------------------------------------------------------------------+
15
15
*/
16
16
17
+ #ifdef __sun
18
+ /* to enable 'new' ancillary data layout instead */
19
+ # define _XPG4_2
20
+ #endif
17
21
#include <php.h>
18
22
#include "php_sockets.h"
19
23
#include "sendrecvmsg.h"
You can’t perform that action at this time.
0 commit comments