Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 389 Bytes

changelog.md

File metadata and controls

12 lines (11 loc) · 389 Bytes

1.0.0

  • Whole code is rewritten for PHP 5.3 with use of namespaces
  • Added composer.json
  • Added LICENSE file
  • Updated README file
  • Added Travis-CI support
  • Worker has almost identical API as 1.1.1 PECL gearman library
  • Worker no longer returns json as a result (you can send binary data)
  • Client uses same server adding API as 1.1.1 PECL gearman library
  • Added PHPUnit tests