Tags: charl/pheanstalk
Tags
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
Pheanstalk v0.9.0 Pheanstalk has been actively developed and used in production by many since 2008, but has never been formally versioned. As the initial version 0.x.x development phase moves towards a stable 1.0.0 release, Pheanstalk will be tagged and versioned based on Semantic Versioning: http://semver.org/ DEPRECATED METHODS WILL BE REMOVED in the following 1.0.0 release.