Skip to content

Commit 353aedb

Browse files
committed
Use faster bincode for ipc
Signed-off-by: Bob Weinand <[email protected]>
1 parent 552b0ef commit 353aedb

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/ext/telemetry/integration.phpt

+12-2
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,30 @@ array(1) {
7272
["integrations"]=>
7373
array(2) {
7474
[0]=>
75-
array(2) {
75+
array(5) {
7676
["name"]=>
7777
string(37) "ddtrace\test\testsandboxedintegration"
7878
["enabled"]=>
7979
bool(true)
80+
["version"]=>
81+
NULL
82+
["compatible"]=>
83+
NULL
84+
["auto_enabled"]=>
85+
NULL
8086
}
8187
[1]=>
82-
array(3) {
88+
array(5) {
8389
["name"]=>
8490
string(4) "logs"
8591
["enabled"]=>
8692
bool(false)
8793
["version"]=>
8894
string(0) ""
95+
["compatible"]=>
96+
NULL
97+
["auto_enabled"]=>
98+
NULL
8999
}
90100
}
91101
}

0 commit comments

Comments
 (0)