mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-27 18:43:14 +02:00
17 lines
393 B
PHP
17 lines
393 B
PHP
--TEST--
|
|
MongoDB\Driver\Manager: mongodb.debug=stderr (connection string and version)
|
|
--INI--
|
|
mongodb.debug=stderr
|
|
--FILE--
|
|
<?php
|
|
|
|
$manager = new MongoDB\Driver\Manager;
|
|
|
|
?>
|
|
===DONE===
|
|
<?php exit(0); ?>
|
|
--EXPECTF--
|
|
%A[%s] PHONGO: DEBUG > Connection string: '%s'
|
|
[%s] PHONGO: DEBUG > Creating Manager, phongo-1.%d.%d%S[%s] - mongoc-1.%s(%s), libbson-1.%s(%s), php-%s
|
|
%A===DONE===%A
|