File tree Expand file tree Collapse file tree 2 files changed +2
-38
lines changed Expand file tree Collapse file tree 2 files changed +2
-38
lines changed Original file line number Diff line number Diff line change 1
1
--TEST--
2
- phpinfo()
2
+ phpinfo() reports mongodb.debug (no value)
3
3
--SKIPIF--
4
4
<?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM does not do phpinfo() this way " ); ?>
5
- <?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
6
5
--FILE--
7
6
<?php
8
- require_once __DIR__ . "/../utils/basic.inc " ;
9
7
10
8
phpinfo ();
11
9
@@ -14,22 +12,6 @@ phpinfo();
14
12
<?php exit (0 ); ?>
15
13
--EXPECTF--
16
14
%a
17
- mongodb
18
-
19
- MongoDB support => enabled
20
- MongoDB extension version => 1.%d.%d%S
21
- MongoDB extension stability => %s
22
- libbson bundled version => 1.%d.%d%S
23
- libmongoc bundled version => 1.%d.%d%S
24
- libmongoc SSL => enabled
25
- libmongoc SSL library => %s
26
- libmongoc crypto => enabled
27
- libmongoc crypto library => %s
28
- libmongoc crypto system profile => %s
29
- libmongoc SASL => enabled
30
-
31
- Directive => Local Value => Master Value
32
15
mongodb.debug => no value => no value
33
-
34
16
%a
35
17
===DONE===
Original file line number Diff line number Diff line change 1
1
--TEST--
2
- phpinfo()
2
+ phpinfo() reports mongodb.debug (default and overridden)
3
3
--INI--
4
4
mongodb.debug=stderr
5
5
--SKIPIF--
6
6
<?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM does not do phpinfo() this way " ); ?>
7
- <?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
8
7
--FILE--
9
8
<?php
10
- require_once __DIR__ . "/../utils/basic.inc " ;
11
9
12
10
ini_set ("mongodb.debug " , "stdout " );
13
11
phpinfo ();
@@ -17,22 +15,6 @@ phpinfo();
17
15
<?php exit (0 ); ?>
18
16
--EXPECTF--
19
17
%a
20
- mongodb
21
-
22
- MongoDB support => enabled
23
- MongoDB extension version => 1.%d.%d%S
24
- MongoDB extension stability => %s
25
- libbson bundled version => 1.%d.%d%S
26
- libmongoc bundled version => 1.%d.%d%S
27
- libmongoc SSL => enabled
28
- libmongoc SSL library => %s
29
- libmongoc crypto => enabled
30
- libmongoc crypto library => %s
31
- libmongoc crypto system profile => %s
32
- libmongoc SASL => enabled
33
-
34
- Directive => Local Value => Master Value
35
18
mongodb.debug => stdout => stderr
36
-
37
19
%a
38
20
===DONE===
You can’t perform that action at this time.
0 commit comments