-
-
-
-
-
-
-
-
v2.0.0-rc17ee2c3ac · ·
-
v1.1.0b73f1701 · ·
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.0aa117d9c · ·
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.
-
v0.9.02bf18799 · ·
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.