Skip to content
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