Skip to content

Tags: szliugx/pheanstalk

Tags

v3.1.0

Toggle v3.1.0's commit message
Merge pull request pheanstalk#113 from jbboehr/php7

Add PHP7 to TravisCI configuration

v2.1.1

Toggle v2.1.1's commit message
Version 2.1.1; backport pheanstalk#85, avoid memory leak reading from…

… socket.

v3.0.2

Toggle v3.0.2's commit message
VERSION = 3.0.2 (3.0.1 was tagged with this set to 3.0.0).

v3.0.1

Toggle v3.0.1's commit message
Merge pull request pheanstalk#85 from mrjameshamilton/patch-1

Accumulate read data in string instead of array.

v3.0.0

Toggle v3.0.0's commit message
Merge pull request pheanstalk#83 from pda/v3

V3: Pheanstalk namespaced, PSR-1, PSR-2, PSR-4.

v2.1.0

Toggle v2.1.0's commit message
Version 2.1.0: kick-job command added.

v2.0.0

Toggle v2.0.0's commit message
Pheanstalk_Pheanstalk::VERSION = '2.0.0'

v2.0.0-rc1

Toggle v2.0.0-rc1's commit message
Corrected Composer JSON in README.

Syntax highlighting requires complete JSON object.

v1.1.0

Toggle v1.1.0's commit message
Pheanstalk v1.1.0

=================

Pheanstalk v1.1.0 follows v1.0.0, resolving several issues and providing some new functionality.

New Functionality
-----------------

PauseTubeCommand provides beanstalkd's pause-tube via $pheanstalk->pauseTube($tube, $delay).

Issues Resolved
---------------

NativeSocket::write() may loop indefinitely
https://github.com/pda/pheanstalk/issues/#issue/24

Pheanstalk falls into infinite loop if beanstalkd is restarted
https://github.com/pda/pheanstalk/issues/#issue/21

NativeSocket's read() cannot read more all the bytes we want at once
https://github.com/pda/pheanstalk/issues/#issue/16
https://github.com/pda/pheanstalk/issues/#issue/22

Empty preg_match raises PHP warning
https://github.com/pda/pheanstalk/issues/#issue/25

pause-tube command
https://github.com/pda/pheanstalk/issues/#issue/23

Pheanstalk autoloader runs after existing autoloaders, not before
https://github.com/pda/pheanstalk/issues/#issue/14

v1.0.0

Toggle v1.0.0's commit message
Pheanstalk v1.0.0

First officially "stable" release of Pheanstalk, after development and production use by many since 2008.
Methods that were deprecated (and have been triggering warnings since June 2009) have been removed.