We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d96c5 commit cb879c6Copy full SHA for cb879c6
tests/029.phpt
@@ -48,7 +48,7 @@ extension Version => %s
48
header Version => %s
49
50
Directive => Local Value => Master Value
51
-msgpack.error_display => On => On
52
-msgpack.illegal_key_insert => Off => Off
53
-msgpack.php_only => On => On
54
-msgpack.use_str8_serialization => On => On
+msgpack.error_display => %s => %s
+msgpack.illegal_key_insert => %s => %s
+msgpack.php_only => %s => %s
+msgpack.use_str8_serialization => %s => %s
tests/137.phpt
@@ -1,5 +1,7 @@
1
--TEST--
2
unpack/pack str8
3
+--INI--
4
+msgpack.use_str8_serialization = 1
5
--SKIPIF--
6
<?php
7
if (version_compare(PHP_VERSION, '5.2.0') < 0) {
0 commit comments