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: centraldesktop/php-stomp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: centraldesktop/php-stomp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 2 files changed
  • 5 contributors

Commits on Feb 11, 2015

  1. Cleanup ack's somewhat.

    Trey Hyde committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    addc004 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2015

  1. Fix some issues with activemq being out of spec for ACKs. 'ack' heade…

    …r on MESSAGE isn't mentioned anywhere in any version of the stomp spec.
    Trey Hyde committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    4710803 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2015

  1. Update Connection.php

    Fixed Typo
    lmammino committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    8c38f19 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2015

  1. Merge pull request #8 from lmammino/patch-1

    Update Connection.php
    treyhyde committed Oct 8, 2015
    Configuration menu
    Copy the full SHA
    21c2a4a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2015

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

Commits on Oct 24, 2015

  1. Merge pull request #9 from lmammino/patch-2

    Cleaned up unreachable code
    treyhyde committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    c3f42b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Update Connection.php

    Fixed mispelling
    lmammino committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    65fdd91 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. Merge pull request #10 from lmammino/patch-3

    Fix spelling
    treyhyde committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    cdc6806 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

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

Commits on Mar 10, 2016

  1. Merge pull request #13 from henning-gerhardt/issue11_02

    Fix #11: fclose call only with resource handle.
    treyhyde committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    45a2fa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. bugfix() Addresses https://bugs.php.net/bug.php?id=74216 where you

    should not pass a port with a hostname to stream functions
    
    Issue #16
    Doug Stevenson committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    b9e7cef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from centraldesktop/bugfix/issue-16

    bugfix() Addresses https://bugs.php.net/bug.php?id=74216 where you
    dstevenson authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    544c57e View commit details
    Browse the repository at this point in the history
  3. chore() README

    Doug Stevenson committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    a333db4 View commit details
    Browse the repository at this point in the history
Loading