Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/doc-en
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: php/doc-en
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mongodb-1.10
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    2e7a751 View commit details
    Browse the repository at this point in the history
  2. Revise MongoDB\Driver\Manager var_dump() example

    The previous example was incorrect, as "cluster" is an array of server descriptions (not an associative array).
    
    The "cluster" array in the example is empty because the Manager has not performed IO and initialized SDAM; however, doing so would produce very verbose output, which seems unnecessary.
    jmikola committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f1bc476 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    e819dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a034564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f712a54 View commit details
    Browse the repository at this point in the history
Loading