File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
data/reference/extension/sockets/83
tests/Reference/Extension/PhpBundle/Sockets Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 3
3
"name" : " IP_BIND_ADDRESS_NO_PORT" ,
4
4
"ext_min" : " 8.3.0alpha1" ,
5
5
"php_min" : " 8.3.0alpha1"
6
+ },
7
+ {
8
+ "name" : " SOL_UDPLITE" ,
9
+ "ext_min" : " 8.3.0alpha1" ,
10
+ "php_min" : " 8.3.0alpha1"
11
+ },
12
+ {
13
+ "name" : " UDPLITE_SEND_CSCOV" ,
14
+ "ext_min" : " 8.3.0alpha1" ,
15
+ "php_min" : " 8.3.0alpha1"
16
+ },
17
+ {
18
+ "name" : " UDPLITE_RECV_CSCOV" ,
19
+ "ext_min" : " 8.3.0alpha1" ,
20
+ "php_min" : " 8.3.0alpha1"
6
21
}
7
22
]
Original file line number Diff line number Diff line change @@ -261,6 +261,11 @@ public static function setUpBeforeClass(): void
261
261
'TCP_DEFER_ACCEPT ' ,
262
262
// if def
263
263
'IP_BIND_ADDRESS_NO_PORT ' ,
264
+ // if def IPPROTO_UDPLITE
265
+ 'SOL_UDPLITE ' ,
266
+ // if def
267
+ 'UDPLITE_SEND_CSCOV ' ,
268
+ 'UDPLITE_RECV_CSCOV ' ,
264
269
);
265
270
self ::$ optionalconstants = array_merge (self ::$ optionalconstants , $ tmp );
266
271
You can’t perform that action at this time.
0 commit comments