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: zeromq/php-zmq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zeromq/php-zmq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature-global-context
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 23, 2014

  1. ZMQSocket::startmonitor calling zmq_socket_monitor plus ZMQ_EVENT_XXX…

    … mapped to ZMQ::EVENT_XXX
    Stoian Ivanov committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    f0821b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. fix return value, description

    Stoian Ivanov committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    9a94374 View commit details
    Browse the repository at this point in the history
  2. start monitor test

    Stoian Ivanov committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    03508a7 View commit details
    Browse the repository at this point in the history
  3. add 038-startmonitor.phpt in package.xml

    Stoian Ivanov committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    056a5fe View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. fix 032-contextopt.phpt so it does not fail on systems with different…

    … defaults
    Stoian Ivanov committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    dc10617 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Merge pull request #124 from sdrsdr/feature-global-context

    add ZMQSocket::startmonitor calling zmq_socket_monitor plus ZMQ_EVENT_XXX constants
    mkoppanen committed May 6, 2014
    Configuration menu
    Copy the full SHA
    241de84 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2014

  1. id2fd for monitoring

    Stoian Ivanov committed May 15, 2014
    Configuration menu
    Copy the full SHA
    3a1c272 View commit details
    Browse the repository at this point in the history
  2. testcase for zmqsocket::id2fd

    Stoian Ivanov committed May 15, 2014
    Configuration menu
    Copy the full SHA
    7e96ca2 View commit details
    Browse the repository at this point in the history
  3. patch cleanup

    Stoian Ivanov committed May 15, 2014
    Configuration menu
    Copy the full SHA
    293db00 View commit details
    Browse the repository at this point in the history
  4. method rename

    Stoian Ivanov committed May 15, 2014
    Configuration menu
    Copy the full SHA
    94e35e7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #128 from sdrsdr/id2fd

    Provide php binding for  ZMQ_IDENTITY_FD sockopt
    mkoppanen committed May 15, 2014
    Configuration menu
    Copy the full SHA
    92d9114 View commit details
    Browse the repository at this point in the history
Loading