Skip to content

Releases: mmoreram/GearmanBundle

Deprecation Warnings Fix

25 Jul 17:35
Compare
Choose a tag to compare

Fixes the deprecation warnings in Symfony 3.3 from the commands.yml.

PHP 7 Support for Symfony 2 branch

24 Jun 11:48
Compare
Choose a tag to compare

The Symfony 2 branch now has PHP 7 support with this release. It includes the cherry picked commit from a69e470 which adds the support.

Symfony 3.3 Deprecation Fix

10 Jun 12:14
Compare
Choose a tag to compare

This fixes the use of the declarations of the bundles services to be compatible with Symfony 3.3.

PHP 7+ Segfault Fix

23 Mar 17:12
Compare
Choose a tag to compare

In certain circumstances on PHP 7.1 there were issues where the bundle would result in a segfault. This was due most likely to GC issues and that the addFunction was taking a value rather than a reference as the $context parameter to it.

Deprecation Parameter Warning Update

02 Feb 13:33
Compare
Choose a tag to compare

Updated parameters file for deprecation warnings for certain parameters not enclosed in quotes.

v3.0.2

10 Jun 14:30
Compare
Choose a tag to compare
  • Enable for graceful restarts on systems with pcntl_signal enabled. #156
  • Public access to native GearmanClient instance #122
  • Updates to some regressions, updated code to more consistent #152
  • Documentation updates

created tag 3.0.1

29 Nov 10:46
Compare
Choose a tag to compare
Merge pull request #133 from mayeco/fix_sensiolabs_insight

Fix sensiolabs insight new line warnings

created tag 3.0.0

03 Aug 18:19
Compare
Choose a tag to compare
Added php-formatter as dependency

* Also added .formatter.yml file

created tag 2.4.2

19 May 15:14
Compare
Choose a tag to compare
Merge pull request #105 from DZunke/master

--quiet should work for worker execution

created tag 2.4.1

23 Jun 15:33
Compare
Choose a tag to compare
Merge pull request #105 from DZunke/master

--quiet should work for worker execution