You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPC-1756: Remove oppressive terminology from source code (#1221)
* Use latest version of libmongoc
* Remove deprecated terminology for primary
* Remove deprecated terminology for secondary
* Fix clang-format
* Remove check for legacy field
* Fix missing space in error expectation
* Harden test expectation around primary checks
Copy file name to clipboardExpand all lines: tests/connect/standalone-ssl-verify_cert-error-001.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,5 +28,5 @@ Deprecated: MongoDB\Driver\Manager::__construct(): The "allow_invalid_hostname"
28
28
29
29
Deprecated: MongoDB\Driver\Manager::__construct(): The "weak_cert_validation" driver option is deprecated. Please use the "tlsAllowInvalidCertificates" URI option instead.%s
30
30
OK: Got MongoDB\Driver\Exception\ConnectionTimeoutException thrown from executeCommand
31
-
No suitable servers found (`serverSelectionTryOnce` set): [%s calling ismaster on '%s:%d']
31
+
No suitable servers found (`serverSelectionTryOnce` set): [%s calling %s on '%s:%d']
Copy file name to clipboardExpand all lines: tests/connect/standalone-ssl-verify_cert-error-002.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,5 +34,5 @@ Deprecated: MongoDB\Driver\Manager::__construct(): The "allow_invalid_hostname"
34
34
35
35
Deprecated: MongoDB\Driver\Manager::__construct(): The "allow_self_signed" context driver option is deprecated. Please use the "tlsAllowInvalidCertificates" URI option instead.%s
36
36
OK: Got MongoDB\Driver\Exception\ConnectionTimeoutException thrown from executeCommand
37
-
No suitable servers found (`serverSelectionTryOnce` set): [%s calling ismaster on '%s:%d']
37
+
No suitable servers found (`serverSelectionTryOnce` set): [%s calling %s on '%s:%d']
Copy file name to clipboardExpand all lines: tests/manager/manager-set-uri-options-002.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Deprecated: MongoDB\Driver\Manager::__construct(): The "context" driver option i
50
50
51
51
Deprecated: MongoDB\Driver\Manager::__construct(): The "allow_self_signed" context driver option is deprecated. Please use the "tlsAllowInvalidCertificates" URI option instead.%s
0 commit comments