Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
php-7.2
/
share
/
test
/
mongodb
/
tests
/
manager
/
//proc/self/root/opt/php-7.2/share/test/mongodb/tests/manager/manager-set-uri-options-003.phpt
--TEST-- MongoDB\Driver\Manager: SSL options in URI and 'options' don't leak --SKIPIF-- <?php require __DIR__ . "/../utils/basic-skipif.inc"; ?> <?php skip_if_not_libmongoc_ssl(); ?> <?php skip_if_not_ssl(); ?> --FILE-- <?php require_once __DIR__ . "/../utils/basic.inc"; $options = array( "pem_pwd" => "does-not-matter", ); $manager = new MongoDB\Driver\Manager(URI . '&sslclientcertificatekeypassword=does-also-not-matter', [], $options); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- Deprecated: MongoDB\Driver\Manager::__construct(): The "pem_pwd" driver option is deprecated. Please use the "tlsCertificateKeyFilePassword" URI option instead.%s ===DONE===