Releases: mmoreram/GearmanBundle
Releases · mmoreram/GearmanBundle
Deprecation Warnings Fix
Fixes the deprecation warnings in Symfony 3.3 from the commands.yml.
PHP 7 Support for Symfony 2 branch
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
This fixes the use of the declarations of the bundles services to be compatible with Symfony 3.3.
PHP 7+ Segfault Fix
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
Updated parameters file for deprecation warnings for certain parameters not enclosed in quotes.
v3.0.2
created tag 3.0.1
Merge pull request #133 from mayeco/fix_sensiolabs_insight Fix sensiolabs insight new line warnings
created tag 3.0.0
Added php-formatter as dependency * Also added .formatter.yml file
created tag 2.4.2
Merge pull request #105 from DZunke/master --quiet should work for worker execution
created tag 2.4.1
Merge pull request #105 from DZunke/master --quiet should work for worker execution