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/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: commercebyte/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 26, 2018

  1. ECDH support for openssl_dh_compute_key()

        string openssl_dh_compute_key(resource ec_pub_key,resource ec_priv_key)   [new]
        string openssl_dh_compute_key(resource dh_pub_key,resource dh_priv_key)   [new]
        string openssl_dh_compute_key(string dh_pub,resource dh_priv_key)         [original]
    vesvault-jz committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    7861bad View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. windows fix

    vesvault-jz committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e925b43 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Configuration menu
    Copy the full SHA
    f2cfd3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b170b05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3feba65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bea922d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46f9762 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    e011b83 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. NIT CS

    vesvault-jz committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    cd853e6 View commit details
    Browse the repository at this point in the history
Loading